Fri Nov 21 11:26:27 GMT 2008

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

RHEL4_custom_dvd
basic_commands
encryption
error
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 | files | unix_web_gui |



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