Welcome To Snipplr


Everyone's Recent Bash Snippets Tagged linux



following example code removes all ".svn" folders recursively
0 576 posted 12 years ago by sabanulutas
tar is usually used for achiving applications, but what we are going to do in this case is tar it then pipe it over an ssh connection. tar handles large file trees quite well and preserves all file permissions, etc, including those UNIX systems which...
0 673 posted 12 years ago by wnasich
Because our server is a virtual machine inside a virtual machine (it's like inception), we can't transfer file using FTP. You need using SVN repository as a bridge to do so. Follow [Exercise 3](http://www.cs.sfu.ca/cc/470/ggbaker/exer/3 "Exercise...
0 638 posted 12 years ago by Xixian
See also http://www.gnu.org/software/bash/manual/bashref.html#Bindable-Readline-Commands for the standard bindings and more detailed explanation of what they do.
0 743 posted 12 years ago by cczona
insert this to home directory .bashrc file
0 490 posted 12 years ago by farstar78
OFP is the database environment
0 818 posted 12 years ago by theonlyalterego
0 581 posted 12 years ago by vigoncas
0 578 posted 12 years ago by danshields
change KEY to key code you get at error message
0 618 posted 12 years ago by kossmoss
0 536 posted 12 years ago by ragnarokkrr
0 512 posted 12 years ago by ragnarokkrr
0 522 posted 12 years ago by ragnarokkrr
0 546 posted 13 years ago by focal55
First command shows connected drives, may not be mounted. Second command formats the drive.
0 561 posted 13 years ago by loungerdork
0 497 posted 13 years ago by Risse
Check the shell run script if is bash.
0 567 posted 13 years ago by vikiyou
Check if the user run this script is root.
0 522 posted 13 years ago by vikiyou
0 595 posted 13 years ago by wnasich
A couple of snippets useful for file management. I use these to make sure I understand how many files I'm about to modify, and then rename them.
0 593 posted 13 years ago by alassiter
A very simple quick way to count the number of files in a directory.
0 651 posted 13 years ago by alassiter
0 478 posted 13 years ago by hamsterbacke82
0 363 posted 13 years ago by poluz
1 627 posted 13 years ago by Risse
I use this to quickly (in one line) copy my own id_rsa.pub to remote server so I can connect w/out using my password.
1 778 posted 13 years ago by electblake