[16924] in Athena Bugs
refile -unlink
daemon@ATHENA.MIT.EDU (Jeremy Daniel)
Sun Jun 27 16:14:06 1999
Date: Sun, 27 Jun 1999 16:14:00 -0400 (EDT)
Message-Id: <199906272014.QAA03206@bobbi-harlow.mit.edu>
From: Jeremy Daniel <jdaniel@MIT.EDU>
To: bugs@MIT.EDU
The origonal is not removed (see documentation excerpt at bottom)
athena% ls -la Mail/test*
Mail/test:
total 28
drwx------ 2 jdaniel mit 2048 Jun 12 01:11 .
drwx------ 47 jdaniel root 12288 Jun 27 15:53 ..
Mail/test2:
total 30
drwx------ 2 jdaniel mit 2048 Jun 7 14:59 .
drwx------ 47 jdaniel root 12288 Jun 27 15:53 ..
-rw------- 1 jdaniel mit 481 Jun 7 14:59 1
athena% refile 1 -unlink -src +test2 +test
athena% ls -la Mail/test*
Mail/test:
total 30
drwx------ 2 jdaniel mit 2048 Jun 27 15:57 .
drwx------ 47 jdaniel root 12288 Jun 27 15:53 ..
-rw------- 1 jdaniel mit 481 Jun 27 15:57 1
Mail/test2:
total 30
drwx------ 2 jdaniel mit 2048 Jun 27 15:57 .
-rw------- 1 jdaniel mit 481 Jun 27 15:57 .#1
drwx------ 47 jdaniel root 12288 Jun 27 15:53 ..
Documentation from man refile
... if you wish for refile to really remove the files representing
these messages from the source folder, you can use the `-unlink'
switch ...