Write a command to find all the subdirectories that contain \"foo\" in their nam
ID: 3836408 • Letter: W
Question
Write a command to find all the subdirectories that contain "foo" in their names under the current directory. Here, /aaa/bbb/ccc is a valid subdirectory under directory/aaa. Command head - 10 f infinity prints the first 10 lines of the file "foo". Command tail - 10 f infinity prints the last 10 lines of the file "foo". Write a command to print lines number 20 to 30 from the file. When you run commands vim took and then vim bars, it launches two instances of vim programs running in the background, as below: > Y im [2] 50834 > Y im bars [3] 50836 Write down the command that allows you to bring the second instance (on file foo) to the terminal foreground so that you can edit too? Write a bash script named "mymv" that does the same thing as command nv. You should not use "mv" in your script.Explanation / Answer
13.
14.
sed '20,30!d' file.txt
15.
Related Questions
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.