Welcome To Snipplr
Everyone's Recent Snippets Tagged unix
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
cd to directory, then run the line below to change any spaces in a filename to hyphens
0
1830
posted 10 years ago by flatearthcomms
Zip all files in a directory files into separate archives
0
1197
posted 10 years ago by flatearthcomms
DS_Store files are automatically created by Mac OSX Finder in browsed directories. These files contain information about system configuration. If you upload them along with other files, the files can be misused to obtain information about your comput...
0
779
posted 11 years ago by Haerviu
With this script a new user gets created and gets his own VirtualHost and database. The username is used for building the domain, so the username "test" leads to the domain test.local.
The password for the MySQL account used for creating the datab...
1
998
posted 11 years ago by derbenni
Find and replace contents of files ending in .php with nothing. then append contents of template.php to all files in directory
0
809
posted 12 years ago by zlincoln
Tests whether the script has been invoked with the correct number of parameters.
0
684
posted 12 years ago by triffel
This example will go get the latest version of wordpress and save it as "wordpress-latest.tar.gz" in the current directory. Note, don't include the protocal (http://) in the url.
0
799
posted 12 years ago by beneberle
Add this to your .profile or .bash_rc file, source the file, navigate to the directory and call "rm_whitespace"
Based on: http://snipplr.com/view/4468/batch-rename-files-in-directory/
1
1449
posted 12 years ago by licensetoil
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
935
posted 13 years ago by cczona
If you need to zip a directory named folderName and ignore all .DS_Store files, then do the following:
0
822
posted 13 years ago by beneberle
First, find the proper package from http://www.joomla.org/download/ and copy its path. Then, over ssh, navigate to the root of the joomla install and perform these commands. In the case of an upgrade, this will overwrite in place the needed files, an...
0
857
posted 13 years ago by beneberle
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
763
posted 13 years ago by alassiter
A very simple quick way to count the number of files in a directory.
0
819
posted 13 years ago by alassiter
Use by sending a unix timestamp to countTime(timestamp). It will return something like 40 seconds , 2 weeks, 1 hour. Then just format to your needs like we do in our app: Someone was here 10 minutes ago.
0
777
posted 13 years ago by GeorgeL
this will display the size of a directory as if you run du -sb dir
0
2677
posted 13 years ago by silviud
Come modificare i permessi di tutti i files (senza toccare le cartelle) o viceversa
0
660
posted 13 years ago by tuffo19
Searches down the current directory every file whose name matches (case insensitively) {{file_pattern}} for the regexp {{text}}.
0
725
posted 14 years ago by jarnaldich