Search Results

Search: Posts Made By: asmita
2,522
Posted By asmita
This code will create new file, ...
This code will create new file,

#!/usr/bin/ksh

file1="FileName1"
file2="FileName2"
Result="ResultFile"

for str in `cat $file1`
do
if [ $str = "<head>" ]; then
...
8,414
Posted By asmita
do u mean tht, /scp/inbox directory has...
do u mean tht,

/scp/inbox directory has multiple files which contains sigle record.
Now badpnt.dat is the file from the pnt/badfiles directory, which contains multiple records..
now we need to...
1,919
Posted By asmita
still m not very much clear abt the problem.. ...
still m not very much clear abt the problem..
can u explain it with another example. m not getting this example.
4,340
Posted By asmita
For ls command,-r option is not working on OSF1
There r 2 servers. Lets call them S1 and S2..

S1 is OSF1 and S2 is SunOS..

One directory of S2 is mounted on S1. say abc/xyz

There is one application which continuously put xml files in...
3,336
Posted By asmita
Thanks.. will work on it and let u people know...
Thanks..
will work on it and let u people know abt it.
3,336
Posted By asmita
that is ok.. but rt now i want deleted file's...
that is ok.. but rt now i want deleted file's modified date and time... can we retrive this info?
3,336
Posted By asmita
Retrive deleted file's info
I have shell script which reads files, stores its data into Oracle and then deletes tht file.
now i want to know creation date and time of deleted files.
can we do this? if yes then how?
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 02:24 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy