datadan
07-13-2001, 09:37 AM
In a perl script I use:
tar zcvf .../.../userhist/$user.tgz /.../$user
($user is a user input at runtime)
To move past users into a history file. I would love to suffix the system date onto the $user.tgz so it would look like $user_date_.tgz in case I get two users with same historical user ID.
Thanks,
tar zcvf .../.../userhist/$user.tgz /.../$user
($user is a user input at runtime)
To move past users into a history file. I would love to suffix the system date onto the $user.tgz so it would look like $user_date_.tgz in case I get two users with same historical user ID.
Thanks,