Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
No Answer is Posted For this Question
Be the First to Post Answer
Write a command to display a file’s contents in various formats?
1-how will you display a file whose name is starting with '- '? 2-how will you add a patten at end of every line in vi editor?
Why is shebang used?
how to find largest file?
14 Answers HCL, Microsoft, Thomson Reuters,
How to identify whether a file is normal file or directory?
What is use of sed command?
12 Answers BitWise, Infosys, Reliance,
What does the command '$ls | wc –l > file1' do?
Sorry to all Technical person for mistake of Question. Now i am post currect question Why copied file permission is changed in destination. When i give all permission i.e 777 to file and copy that to other location in destination the permission is 755. But if give permission 555 in destination that file permission is 555 and if give permission 444 to file after copy in destination the file permission is 444. These all are happening in normal user. How the umask value is calculate here really i am not understand. Please write the proper answer. Thanks in Advance
How to display a file name which has zero bytes in size.
What does grep v grep do?
If we want to see first 35 lines of a file which command we have to use?
Write a command that will output the sorted contents of a file named in.txt and place the output in another file named out.txt, while at the same time excluding duplicate entries.