logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gitwipe - An utility for wiping files

Authors

TudorHulubei<tudor@cs.unh.edu>AndreiPitis<pink@pub.ro>IanBeckwith<ianb@erislabs.net>(Currentmaintainer)

                                                  Sep 30, 2007                                        GITWIPE(1)

Bugs

       Please send bug reports to:
       gnuit-dev@gnu.org

Description

       This manual page documents briefly the gitwipe command.

       gitwipe  is  an  utility  for  wiping  files.   It overwrites the file contents with a random sequence of
       numbers and then calls `sync'().

       Note that gitwipe does not remove the wiped file since (under `Linux' at least) the `sync'() system  call
       might return before actually writing the new file contents to disk.  Removing the file might be dangerous
       because  some  file  systems  can detect that the blocks in the removed wiped file are no longer used and
       never write them back to disk in order to improve performance.  It is up to you to remove the file(s)  at
       a later moment.

       gitwipe is part of the GNU Interactive Tools.

Name

       gitwipe - An utility for wiping files

See Also

gitfm(1)

       gitwipe and gitfm are documented fully by GNUInteractiveTools, available via the Info system.

Synopsis

gitwipefile...

See Also