Linux Directories mkdir -v ‘mkdir -v’ command will print a message with every new file created. In above example, I have created…
man
-
-
Linux rm *extension This command can be used to remove all the files ending with same extensions like .pdf, .txt, .odt, .png,…
-
Limit displayed number of lines The last command displays a lot of lines in the output. To limit number of lines to…
-
Linux File mv * This command is used to move all the files from the current directory to another specified directory at…
-
Linux rm -i The option ‘i’ stands for ‘interactivity’. Before deleting a file it will ask you whether you want to delete…
-
Downloading certain file type If a certain file type from a website is need to be downloaded, then this option can be…
-
Last shutdown time With x option, you can display run level changes in the last command. Syntax: last -x Look at the…
-
Linux File mv -i If you want to copy a file using ‘mv’ option and if that file already exists then it…
-
Linux rm -r With rm ‘-r’ option, you can delete a directory having sub directories inside it. So you don’t need to…
-
Ubuntu Browsers A web browser can be defined as software that offers an interface for surfing the web. Their advancement and development…