Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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/ commandsAsstsStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started