Welcome To Snipplr


Everyone's Recent Bash Snippets Tagged Bash



1 ... 8 9 10 11 12 ... 15
Copy every file with .dist in the end to a new file without .dist
0 1100 posted 16 years ago by bub3d
after recording screen cast using recordmydesktop this is a fast way of converting the file to .avi so it can be uploaded to youtube or other video sharing sites.
0 1535 posted 16 years ago by luizlopes
1 1765 posted 16 years ago by troynt
1 1605 posted 16 years ago by fris
Sample log line: [INFO] 2009-03-06 20:47:35 | controller::bla | user: vincentvega | ip: 127.0.0.1
0 1668 posted 16 years ago by benjay
1 1156 posted 16 years ago by benpjohnson
svn log | sed -n '/username/,/-----$/ p'
0 1215 posted 16 years ago by sonnyg
0 1342 posted 16 years ago by 1b0t
In Snow Leopard, bash treats colors differently. All the color codes that are escaped with \e won't be recognized. The new escape sequence is \033. The list below works perfectly in Snow Leopard
0 1551 posted 16 years ago by AzizLight
usage: dgrep foo svn://my-svn-server/trunk/my-file.txt
0 2208 posted 16 years ago by hacker
usage: sgrep foo svn://my-svn-server/trunk/my-file.txt
0 1995 posted 16 years ago by hacker
used to sort out empty music-files
0 1891 posted 16 years ago by 1b0t
0 1371 posted 16 years ago by 1b0t
Put this into your ~/.bashrc script and you should see the Git/SVN status in your prompt if your working directory is a sandbox.
0 1904 posted 16 years ago by zingo
0 1255 posted 16 years ago by wearetherock
1 1783 posted 16 years ago by danshields
The required steps in order to install xmlfs on Ubuntu.
0 1704 posted 16 years ago by narkisr
/!\Notice: Change the ci_dir to wherever your ci folder is on line 3. /!\ Usage: ci [name of project] Gives the project a name based on the current date if the user didn't provide one. Option to move the app directory outside of the system dire...
2 1992 posted 16 years ago by AzizLight
Based on the good initial coverage [over here](http://www.thamtech.com/blog/2008/03/29/gmail-to-google-apps-email-migration/).
1 1646 posted 16 years ago by ches
Simply change the email address and add this to the bottom of your .bashrc file in your home directory. You may also want to add this to the .bashrc in the /root directory, and the .profile in /etc to ensure you are notified anytime your server is ac...
0 1402 posted 16 years ago by arnoldb
0 1506 posted 16 years ago by smoover
Assuming you have a set of svn project folders inside a parent (only folders in parent) you can do a simple backtick `ls` to get the folder names for svn...
0 1736 posted 16 years ago by jasonm23
A simple one-liner to resize images from commandline
1 2123 posted 16 years ago by ping_ch
1 ... 8 9 10 11 12 ... 15