Username:
Password:
snippetsmania.com
Post and share your code snippets
Home
Post code
Register
About
Imprint
06
2009
05
Bash
Marc
0
Remove spaces from filenames
for
i
in
*
.html;
do
mv
"
$i
"
"
`echo $i| tr -d ' '`
"
;
done
Replace spaces for underscores
Tags
bash
filename
remove
spaces
Languages
Ada
Bash
C
C++
CIL
Cobol
CSharp
Css
Java
Javascript
MySQL
Perl
PHP
Python
Ruby
VB
XML
Most popular snippets
Replace all URLs with TinyUrls i...
(PHP)
Store settings in XML file in C#
(CSharp)
CSV reader
(CSharp)
Extract the search term from goo...
(PHP)
Record MP3 audio via ALSA using ...
(Bash)
All snippets on this site are freely available under the creative commons license and may be used without any limitations.
Most popular snippets