Fri Sep 10 05:05:44 BST 2010

| home | dvd_avi | exim | links | other | proxy | running | services | webmail | webmailSE |

RHEL4_custom_dvd
basic_commands
encryption
error
grandstream_phone
imp_webmail_install
ipcop
kickstart
lazy_website
linux_config
network_logins
organisations
password_generator
smbpasswd_html

Basic Linux Commands

A command to strip spaces from file names in the current directory

find -name '* *' -type f | sort | while read FILE; do NEWFILE=`dirname "${FILE}"`/`basename "${FILE}" | sed 's/ /_/g;'`; mv "${FILE}" "${NEWFILE}";done

| home | file_sharing | unix_web_gui |



Valid HTML 4.01! Creative Commons License
This website is licensed under a Creative Commons License.