Search Results

Search: Posts Made By: samadhanpatil
1,474
Posted By samadhanpatil
Thanks a lot for Reply.. But in ls -lrt...
Thanks a lot for Reply..

But in
ls -lrt *AA* | awk ' /201102/ {print $NF}'
201102 I can't Hardcode it. It should be dynamic.

After some time AA.20061111 files wil come, In that case need...
1,474
Posted By samadhanpatil
Hi, I want to Keep only monthly files in...
Hi,

I want to Keep only monthly files in FIRST DIR..
If Files are of other date, I need to move that files to another DIR.

Please Suggest me Solution.


Thanks,
Sam
1,474
Posted By samadhanpatil
Date Compare Script
Hi All,

I wil be having Files as below in SourceFile_Path DIR
AA.20110131
AA.20110228
AA.20110202
AA.20110330
BB.20091031
I want to Keep only monthly (20110131,20110228,20100229,20110330) in...
1,697
Posted By samadhanpatil
Error Trapping
Hi,

I have one shell script as below

while read SegList
do
if test -s ${SourceFile_Path}/${Segment_List_Temp}
then
ls -r -1 ${FTP_Path}/${SegList}.DAT.${Datelist}.GZ|cut -d '.'...
9,303
Posted By samadhanpatil
Can i use like this... cat \dev\null>ABC.txt ...
Can i use like this...
cat \dev\null>ABC.txt
but while running on Unix Command Prompt it is giving error Cannot open devnull
9,303
Posted By samadhanpatil
Creating Empty File
Hi,

I want to create EMPTY File through Shell Script but not using touch Command,

Please let me know any work around..



Thanks,
Samadhan
1,154
Posted By samadhanpatil
Ksh Shell Script Error
Hi,
While running below code i am getting error as below
0403-004 Specify a parameter with this command.
Please look it below code and let me know about if condition.

Code is As below
...
795
Posted By samadhanpatil
Regarding While Loop
Hi All,

I have written below code in ksh script. It is not working. I am new to Unix. Please let me know about nested while loop.
Code is as below

While read Datelist
do
While read SegList...
Showing results 1 to 8 of 8

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