Welcome To Snipplr
Everyone's Recent Bash Snippets Tagged linux
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
following example code removes all ".svn" folders recursively
0
1311
posted 14 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
1419
posted 14 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
2300
posted 14 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
2439
posted 14 years ago by cczona
First command shows connected drives, may not be mounted.
Second command formats the drive.
0
1250
posted 14 years ago by loungerdork
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
1450
posted 14 years ago by alassiter
A very simple quick way to count the number of files in a directory.
0
1485
posted 14 years ago by alassiter
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
1609
posted 15 years ago by electblake