Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
deleted files flag
Name: dorfen Date: July 1, 2002 at 10:53:09 Pacific
Comment:
cant remember how to view the flag for deleteion or alter it been along time anyone know how (and do you know if it works with the extfs3 since it is a slightly diferent file system)
Name: Frank Date: July 3, 2002 at 04:59:17 Pacific
Reply:
????? view which flag exist ? Could be "man deleteion" or "man rm" or "man delete" alter between flags ???? you decide which flag you use when you call the command with flags or not.
But you can create a default flage like: alias rm 'rm -i' in your .profile.
Summary: Hi, I want to delete files which had been created 2 days ago having names like: er_n5412_output_yyyymmdd.csv.processd from the directory /opt/apps/ccba/dev/callftp/cps_adhoc. There will be several ot...
Summary: Hi Jessica, depends on what you mean by two weeks ago. If you mena two weeks ago from the current date than you can use find /Directory -mtime +14 -exec rm -f {} \; to check if the files are the files...
Summary: I found this looking around, maybe it will help. :) $ tar --list --file=collection.tar blues folk jazz rock practice/blues practice/folk practice/jazz practice/rock practice/blues $ tar --delete --fil...