QUESTION 16 Match - . Find out what directory you are currently in Make a copy of "file" in dir Create "dir2" directory
Posted: Sun Jul 03, 2022 12:00 pm
QUESTION 16 Match - . Find out what directory you are currently in Make a copy of "file" in dir Create "dir2" directory Move "file" to dir Update the timestamp on [or create] "file" ✓ Move to directory "dir2" Delete "dir2" Delete all files Rename "file" A. pwd B. mv file file 1 C. cd dir2 D. mkdir dir2 E. cp file dir F. rmdir dir2 G. rm* H, touch file 1. mv file /dir
QUESTION 17 Match ✓ Displays # of bytes in "file" Display a record from "file" Copy the contents of "file" into "grep" ✓ Locate "cat" Locate all files containing "cut" Display "grep" and send error messages to "file" ✓ Decompress "xz" Compress "file" into "find" Append contents of "grep" to "file" A. find cat B. cat grep >> file C. gunzip xz.gz D. cat grep 2> file E. cut -f 6 -d ":" file F. wc-c file G. grep cut* H. XZ file > find 1. cat file> grep
QUESTION 17 Match ✓ Displays # of bytes in "file" Display a record from "file" Copy the contents of "file" into "grep" ✓ Locate "cat" Locate all files containing "cut" Display "grep" and send error messages to "file" ✓ Decompress "xz" Compress "file" into "find" Append contents of "grep" to "file" A. find cat B. cat grep >> file C. gunzip xz.gz D. cat grep 2> file E. cut -f 6 -d ":" file F. wc-c file G. grep cut* H. XZ file > find 1. cat file> grep