Unix Which command sends the word count of the file infile to the newfile. wc newfile wc infile >newfile wc infile - newfile wc infile | newfile wc newfile wc infile >newfile wc infile - newfile wc infile | newfile ANSWER DOWNLOAD EXAMIANS APP
Unix Which command will be used with vi editor to replace single character under cursor with any number of characters? a S A s a S A s ANSWER DOWNLOAD EXAMIANS APP
Unix The second set of the three permissions (r-) indicates that group has read permission only other has read permission only owner has read permission only group has write permission only group has read permission only other has read permission only owner has read permission only group has write permission only ANSWER DOWNLOAD EXAMIANS APP
Unix In Bourne shell, which file sets the Unix environment for the user when the logs into his HOME directory. lastlogin .profile .exrc None of these .mbox lastlogin .profile .exrc None of these .mbox ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to list contents of directories? ls lp tar dir ls lp tar dir ANSWER DOWNLOAD EXAMIANS APP
Unix If you are to use [Control-c] as the interrupt key instead of [Del], then you will have to use stty echo ^a stty intr ^c tty ^c stty echoe stty echo ^a stty intr ^c tty ^c stty echoe ANSWER DOWNLOAD EXAMIANS APP