Welcome To Snipplr


Everyone's Recent Bash Snippets



When Apache under OS X throws 'Forbidden' errors on files under the ~/Sites path, and the error log report 'Permission denied: access to /somefile/blah failed because search permissions are missing on a component of the path', check a missing Other E...
1 725 posted 16 years ago by cczona
A very dynamic and flexible bash prompt. Personally I find this to have everything needed. It shows exit status, shortens itself for long directories, and shows bash history for easy referencing. Hopefully it doesn't get messed up.
2 658 posted 16 years ago by robh
This requires ImageMagick installed. Resize, as well as convert the image format. (Note: either of WIDTH or HEIGHT can be left blank, e.g. WIDTHx and the image will be resized proportionally)
1 737 posted 16 years ago by soroush
test with echo instead of mv example removes spaces after dots, replaces spaces with _, removes ' , and -, and finally lowercases filenames
1 761 posted 16 years ago by iblis
3 614 posted 16 years ago by iblis
Execute multiple commands in background, wait for each to be finished and evaluate their return codes.
0 705 posted 16 years ago by nohn
add "void Init_client(){}" to the bottom of Client.m
0 612 posted 16 years ago by sou
The -P handles partial transfers, I'm using this for big audio/video files.
2 687 posted 16 years ago by mandric
To find out how much swap you are using at any given time. If there's more than 1 swapfile you could benefit from more RAM.
0 512 posted 16 years ago by cczona
Create a copy of a text file with blank lines removed.
0 532 posted 16 years ago by ches
Open up terminal, paste the code below, then log your user out.
0 629 posted 16 years ago by chrisaiv
Running this command will append a line with given values to a file you specify. Replace words between < and > with the values you desire.
1 876 posted 16 years ago by engel
this launches vi so you can add the files/dirs you want to ignore. i'm not happy.
4 616 posted 16 years ago by mandric
-l grep options shows the path and only the path of the matching file
0 581 posted 16 years ago by therobot
qlmanage -p foo.png, the image immediately pops up in a Quick Look pane. Even better, Quick Look supports slide shows. So if you cd into a folder of images and run qlmanage -p *.jpg, you'll be rewarded with a full-on presentation of your pictures....
0 508 posted 16 years ago by jrphelps
So you don't have to type the password everytime you log in to that remote ssh server. Don't enter a passphrase when prompted, just hit enter. This example is for Mac OS X but is likely to work on *nix plats too.
5 644 posted 16 years ago by micmath
Set a reminder. Use +hhmm to set a reminder for some hh (hours) or mm (minutes) in the future; e.g., set an alarm for 45 minutes from now as: leave +0045
0 498 posted 16 years ago by rhockens
As root run
0 579 posted 16 years ago by therobot