Forum: Shell Scripting Aug 31st, 2009 |
| Replies: 13 Views: 1,018 Not sure what you ment by cd'ing....I havent used cd in anything Ive said. |
Forum: Shell Scripting Aug 30th, 2009 |
| Replies: 13 Views: 1,018 Rome wasnt built in a day right? Even though I have to get Rome done in alot less days....
AFAIK, pwd is just a function that returns the current path and $PWD is just a variable that changes... |
Forum: Shell Scripting Aug 30th, 2009 |
| Replies: 13 Views: 1,018 I believe /src/dir is the current directory so I would have to change it; Is there any variable in Linux that shows the current directory? Could I maybe use pwd? |
Forum: Shell Scripting Aug 29th, 2009 |
| Replies: 13 Views: 1,018 Thank you for helping :)
Lets analize everything.
du lists with details everything in the current folder, -b showing it in bytes and sed cuts off all the chars listed. That I understand.
... |
Forum: Shell Scripting Aug 28th, 2009 |
| Replies: 13 Views: 1,018 I rather not "rip" code from another utility.
Id just like to make this using a shell script. Please no more comments suggesting rsync. Thank you :) |
Forum: Shell Scripting Aug 27th, 2009 |
| Replies: 13 Views: 1,018 Thanks but I rather use a self made shell script. Any tips? |
Forum: Shell Scripting Aug 25th, 2009 |
| Replies: 13 Views: 1,018 Hey
Ive been asked (and I may add this to my system as well) to make a shell script that backups to all files in x location to another location in z. The thing is that the backup must only be made... |