[Ilugc] rm command

  • From: mailzico@xxxxxxxxx (Zico)
  • Date: Tue Apr 24 21:45:15 2007

On 4/24/07, Balamurugan Murthy <balamurugan.murthy@xxxxxxxxx> wrote:


Hi All,

Is there any way to avoid file delete confirmation in unix ( apart
from rm -rvf  option ) while using rm command ?


You can use this one:

rm -f .....

use -f for force.

Zico

Other related posts: