Unix Which of the following commands is used to view your file 24 lines at a time? /p None of these cat lp pg /p None of these cat lp pg ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following shell's wildcards are used to match any number of characters including none? [!ijk] [ijk] * None of these ? [!ijk] [ijk] * None of these ? ANSWER DOWNLOAD EXAMIANS APP
Unix The cp command uses: standard output file standard input file neither standard input nor standard output file both input and output file standard output file standard input file neither standard input nor standard output file both input and output file ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to list all the files with extension .lst? ls *[lst] ls *.* ls -l *.lst ls lst* ls *[lst] ls *.* ls -l *.lst ls lst* ANSWER DOWNLOAD EXAMIANS APP
Unix You can append to a file instead of overwriting by using the > symbols None of these >> symbols < symbols > symbols None of these >> symbols < symbols ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to move all files to the bin sub-directory of the parent directory? mv * ../bin *.* mv * /bin/* None of these mv *.* /bin/ mv * ../bin mv * ../bin *.* mv * /bin/* None of these mv *.* /bin/ mv * ../bin ANSWER DOWNLOAD EXAMIANS APP