Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

and solve asap hing. Match each command with a statement below. grep i. 33. comp

ID: 3828880 • Letter: A

Question

and solve asap hing. Match each command with a statement below. grep i. 33. compares sorted files and shows differences C Comn 34. compares and selects differences in two files A 35. sorts and merges multiple files Sor 2 36. formats and prints pra 37, edits data streams S20 38. counts characters, words, or lines in a file 26,21 39, selects columns (fields) P C 40, translates and deletes character by chi selects lines or rows Afarch each item with a statement below. h. paste t2. n the cp command that provides a warming before an existing file with the same name is overwritten of 3. is an option of the find command option of the mv command that overwrites a destination file with the same name, the source file i newer if than the one in the destination option of the sort command used to indicate that a specific character separates the fields this option prevents the touch command from creating a file, if it does not already exist

Explanation / Answer

option of the 'cp' command that provides a warning before an existing file of the same name is overwritten

ans : -i

option of 'find' command

ans : -name

option of the 'mv' command that overwrites a destination file with the same name, if the source file is newer than the one in the destination

ans : -u

option of the 'sort' command used to indicate that a specific character separates the field

ans : -t

option that prevents 'touch' from creating a file if it already exists

ans : >

option of 'cut' command used to indicate that a specific character separates the fields

ans : -d

can be used with 'cat' to combine the contents of two files

ans : >

option used to recursively delete the files and subdirectories of a directory when deleting

ans : -r

combines files side by side

ans : 'paste'