Sherwin Daganato <[EMAIL PROTECTED]> writes:

> Alternatively, the OP can use rename(1) until there are no more files
> with space in name left.

Or rename(1) once, with   rename 's/ /_/g' * . /g makes it global,
so all matches are replaced. I _love_ Perl regexes! =)

-- 
Sacha Chua <[EMAIL PROTECTED]> - open source, free software geekette
http://sacha.free.net.ph/ - PGP Key ID: 0xE7FDF77C
interests: emacs, gnu/linux, personal information management, public speaking
sachac on irc.freenode.net#emacs . YM: sachachua83
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
[email protected] (#PLUG @ irc.free.net.ph)
Read the Guidelines: http://linux.org.ph/lists
Searchable Archives: http://archives.free.net.ph

Reply via email to