Unix Which command sends the word count of the file infile to the newfile. wc infile | newfile wc newfile wc infile >newfile wc infile - newfile wc infile | newfile wc newfile wc infile >newfile wc infile - newfile ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to copy a file wb with the same name from the programs directory to the misc directory? None of these copy a:programs/wb b:misc/wb cp programs/wb misc copy programs/wb misc/wb tar programs/wb misc/wb None of these copy a:programs/wb b:misc/wb cp programs/wb misc copy programs/wb misc/wb tar programs/wb misc/wb ANSWER DOWNLOAD EXAMIANS APP
Unix Which column contains all details of the permissions of a file when you issue the ls -l command? third first second fourth third first second fourth ANSWER DOWNLOAD EXAMIANS APP
Unix The command to count the number of files in the current directory by using pipes, is ls | wc ls | wc -w ls -l | wc -l ls | ws -c ls | wc ls | wc -w ls -l | wc -l ls | ws -c ANSWER DOWNLOAD EXAMIANS APP
Unix The commonly used UNIX commands like date, ls, cat, etc. are stored in /unix directory None of these /tmp directory /dev directory /bin and /usr/bin directories /unix directory None of these /tmp directory /dev directory /bin and /usr/bin directories ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to copy directory structures in and out None of these cp cpio copy cp - p None of these cp cpio copy cp - p ANSWER DOWNLOAD EXAMIANS APP