Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.7K
~1K People Reached
Member Avatar for mooglor

[code] #!/bin/bash ARCHIVE_PATH=/archive CURRENT_DATE='date +%F%H%M%S' echo running at `date` >>~/Logs.txt for FolderToSearch in $(ls -l /home/stuff/tp |grep ^d|awk '{print $9}'); do find /home/stuff/tp/$FolderToSearch/in -name '*.*'|awk '{print "zip -m " $ARCHIVE_PATH "_" $FolderToSearch "zip2arc.zip" $CURRENT_DATE;}'|bash|tee -a ~/Logs.txt; done [/code] Hi there, I'd appreciate it if anyone can tell me how to …

Member Avatar for ghostdog74
0
126
Member Avatar for zagith

Ok, trying to do a favor for a family member by installing a MAXTOR ATA133 Controller card into their computer. After I "thought" I loaded the drivers I put the Primary HD (which contains the OS, Win XP Pro) on to the controller card. After a reboot it detected the …

Member Avatar for chrisgood60
0
1K