Re: how to modify date after unrar files?

2009-12-28 Thread ill...@gmail.com
2009/12/27 Tsu-Fan Cheng tfch...@gmail.com:
 Yeah, and I found there is a switch:

 tsm,c,a[N]  Save or restore file time (modification, creation, access)

 but what is the [N] supposed to mean? thanks!!


Without myself expending the effort, I'd guess epoch time.

-- 
--
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


how to modify date after unrar files?

2009-12-27 Thread Tsu-Fan Cheng
Hi,
   I don't know how to modify the time of files after it's extracted by
unrar, the extracted file has the time that it's created on the other side,
but I want it to have time/date on my side, thank you!!


TFC
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: how to modify date after unrar files?

2009-12-27 Thread Polytropon
On Sun, 27 Dec 2009 12:27:53 -0500, Tsu-Fan Cheng tfch...@gmail.com wrote:
 Hi,
I don't know how to modify the time of files after it's extracted by
 unrar, the extracted file has the time that it's created on the other side,
 but I want it to have time/date on my side, thank you!!

In order to change access / modification time, just

% touch files

and they'll have the correct date and time. Use -m
for modification time.



-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: how to modify date after unrar files?

2009-12-27 Thread Tsu-Fan Cheng
Yeah, and I found there is a switch:

tsm,c,a[N]  Save or restore file time (modification, creation, access)

but what is the [N] supposed to mean? thanks!!

TFC

On Sun, Dec 27, 2009 at 12:36 PM, Polytropon free...@edvax.de wrote:

 On Sun, 27 Dec 2009 12:27:53 -0500, Tsu-Fan Cheng tfch...@gmail.com
 wrote:
  Hi,
 I don't know how to modify the time of files after it's extracted by
  unrar, the extracted file has the time that it's created on the other
 side,
  but I want it to have time/date on my side, thank you!!

 In order to change access / modification time, just

% touch files

 and they'll have the correct date and time. Use -m
 for modification time.



 --
 Polytropon
 Magdeburg, Germany
 Happy FreeBSD user since 4.0
 Andra moi ennepe, Mousa, ...

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org