Sun Feb 5 10:02:07 CET 2012

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

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 | unix_web_gui |



Valid HTML 4.01!

"All content, excluding personal email Copyright © 2001 Xander D Harkness, unless otherwise stated."