write a command to list all the file-names starting with t or s in the current directory
Answers
Answered by
7
Explanation:
ls_d \etc / (ac)*
is the answer
I hope it will help u
plz mark as a brainlist answer
have a nice day ✨
Answered by
4
Answer:
Explanation: We use ls command in terminal to list all the directories,sub directories,files…..
We have to filter the files that starts with t or s in the current directory. ...
We have to filter the file names by using regular expressions. ...
ls -d /etc/[ts]* ...
s -ld /etc/[ts]* | grep ^- | tr -s ' ' | cut -d' ' -f9.
Similar questions
Hindi,
1 month ago
India Languages,
1 month ago
Physics,
1 month ago
Social Sciences,
2 months ago
Chemistry,
2 months ago
Math,
10 months ago