Category: Linux
A Shell Script to Create a Build of Firefox Extension
May 4, 2008
This shell script will create a build of a firefox extension in linux. This is created according to my details(eg,…
Show all Installed Packages in Debian
May 3, 2008
Show all deb packages installed on the system dpkg -l
Incremental Backup using dump
April 30, 2008
Make a incremental backup of directory ‘/home/binnyva’ dump -1aj -f home.bak /home/binnyva/
Backup Using ‘dump’ command
April 28, 2008
Make a full backup of directory ‘/home’ dump -0aj -f home.bak /home
Make a File Immutable
April 23, 2008
Makes a file immutable – it can not be removed, altered, renamed or linked chattr +i file
Move Subfolder Files to Current Folder
April 20, 2008
This command moves all the files in the subfolder to the current folder. mv */* .
Remove Empty Characters at End of Lines
April 18, 2008
Remove empty characters at the end of each row sed -e ‘s/ *$//’ file.txt
Fish Shell Command History Meme
April 16, 2008
Use this command if you want to know your command usage stats in the fish shell. grep -v “^\#” “.config/fish/fish_history”|awk…
Recent Comments