Question: What command could you use to list the text files (only) in your fileAsst directory, using a relative path to the fileAsst directory as part
What command could you use to list the text files (only) in your fileAsst directory, using a relative path to the fileAsst directory as part of your command? (A single command)
jwilkersdatria:-/UnixCourse/ commandsAssts 13 UnixCourse/FileAsst/*.txt 1s: cannot access -UnixCourse/fileAsst/*.txt: No such file or directory jwilkers@atria:-/UnixCourse/commandsAssts cd .. jwilkers@atria:-/UnixCourse$ cd commandsAsst/ jwilkers@atria:-/UnixCourse/ commandsAsst$ cd ../fileAsst/ jwilkers@atria:-/UnixCourse/fileAsst$ ls .txt walrus.txt jwilkers@atria:-/UnixCourse/fileAsst$ cd ../commandsAsst/ wilkers@atria:-/UnixCourse/ commandsAssts
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
