Unix Which command is used to display the top of the file? grep head more cat grep head more cat ANSWER DOWNLOAD EXAMIANS APP
Unix The command which transcribes the standard input to the standard output and also makes a copy of the same in a file is tee grep sort tr tee grep sort tr ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to delete all files in the current directory as well as all files and sub-directories in its subdirectories? rm *.* None of these rm * rm all rm -r * rm *.* None of these rm * rm all rm -r * ANSWER DOWNLOAD EXAMIANS APP
Unix Major expressions used with find command to select file is it has been accessed in more than 375 days, is #NAME? #NAME? #NAME? #NAME? None of these #NAME? #NAME? #NAME? #NAME? None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to display the filenames in multiple columns? ls -1 ls None of these lc ls -x ls -1 ls None of these lc ls -x ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to extract specific columns from the file? grep cut paste cat grep cut paste cat ANSWER DOWNLOAD EXAMIANS APP