Unix The command to count the number of files in the current directory by using pipes, is ls | wc ls -l | wc -l ls | ws -c ls | wc -w ls | wc ls -l | wc -l ls | ws -c ls | wc -w ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to obtain a list of all files by modification time? ls -1 ls -i ls -R ls -t ls -1 ls -i ls -R ls -t ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to copy a file wb from the programs directory into a file called wbx in the misc directory? copy a:programs/wb b:misc/wbx copy programs/wb misc/wbx tar programs/wb misc/wbx cp programs/wb misc/wbx copy a:programs/wb b:misc/wbx copy programs/wb misc/wbx tar programs/wb misc/wbx cp programs/wb misc/wbx ANSWER DOWNLOAD EXAMIANS APP
Unix Which of command is used to copy a file? cp tar cpio None of these copy cp tar cpio None of these copy ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to list all the files with extension .lst? ls lst* ls *[lst] ls *.* ls -l *.lst ls lst* ls *[lst] ls *.* ls -l *.lst ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands can be used to get information about yourself? i /4 None of these who am i pwd which i /4 None of these who am i pwd which ANSWER DOWNLOAD EXAMIANS APP