News

find / -path /proc -prune -false -o -name 'dev.conf' What that command does is search the entire filesystem for a file named dev.conf, but leaves out the /proc directory in the process.
Many storage commands in Linux have the ability to delete your data, which you can accidently do if you're not careful. Proceed with caution if you're a newcomer, and always remember to keep a backup ...
The Linux find command makes it easy to find files on your system – even if you don’t remember their names or exactly when you last updated them. Some of the options are a bit more challenging ...
Let’s get to know the Linux Command Line Interface (CLI). Introduction A bit of history First look at the command line Command syntax Notes Basic commands pwd ls file cat cd clear history cp mv rm ...
Apart from file concatenation, the cat command can be leveraged for advanced text manipulation tasks. By combining it with other commands like sed or awk, you can perform complex text transformations, ...
Not happy with your Linux distro's default file manager? Stop struggling and try something different. Considering that these ...
Zipping a single file If we want to zip a single file, you could use a command like the second of the two commands shown below. The file to be zipped (tips.html) is shown in the first command.