You've loaded an old revision of the document! If you save it, you will create a new version with this data. Media FilesHow to delete spaces from file names on Unix systems using Shell for f in *; do mv "$f" `echo $f | tr ' ' '_'`; done ---- How to get your IP addresses on Unix systems ifconfig | awk '/inet/' And on Microsoft Windows ipconfig If you need to know your public IP address, please visit [[http://ifconfig.bsd.am|ifconfig.bsd.am]] ---- SavePreviewCancel Edit summary