Tag: extension
Archive all files with a given extension
September 16, 2008
Find all files with ‘.log’ extention and make an bzip archive find /var/log -name ‘*.log’ | tar cv –files-from=- |…
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,…
Install dependencies for HTML Validator
November 19, 2007
Installing the dependencies for HTML Validator extension for Firefox on linux. sudo yum install compat-libstdc++-296 compat-libstdc++-33 tidy
Remove Extension in Shell Scripting
June 27, 2007
This command will list all the files a folder without their extensions. Comes handy when doing shell scripting perl -e…
Recent Comments