The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
script to capture content of deleted file
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
script to capture content of deleted file
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
02-11-2009
hari_anj
Registered User
Join Date: Mar 2008
Posts: 6
Please try the following command
while true; do cat file* >> tempfile 2>/dev/null; done;
hari_anj
View Public Profile
Find all posts by hari_anj
Find hari_anj's past nominations received
Find hari_anj's present nominations given