Search Results

Search: Posts Made By: r_sethu
2,310
Posted By r_sethu
Application failed when remote login
I have an application (EXE file) in a Windows 2003 server. Through a DOS batch script, I called that application file using UNC path and working fine when locally login. But got failed when I tried...
3,946
Posted By r_sethu
Hi, Try this, echo "total number of...
Hi,

Try this,

echo "total number of words = $(wc -w tmp.txt)" > x.txt

Regards
Sethu.
17,422
Posted By r_sethu
NDM File transfer - doubt...?
Hi,

I have configured NDM (Connect: Direct) to copy a bunch of files from one server to another. I create a master file contains the list of files which need to copied, and my shell script read...
1,660
Posted By r_sethu
Hi, What is the use of displaying a message...
Hi,

What is the use of displaying a message in a closed terminal...?
Make it clear.

-Sethu.
31,433
Posted By r_sethu
You may try this code: #dt=21102004 read...
You may try this code:

#dt=21102004
read dt
let month="${dt:2:2}"
let month=$month*3-3
st="JANFEBMARAPRMAYJUNJULAUGSEPOCTNOVDEC"
echo "${dt:0:2}-${st:$month:3}-${dt:4:4}"

Regards
Sethu.
61,263
Posted By r_sethu
Hi Congo, Thank you. It will be very useful...
Hi Congo,

Thank you. It will be very useful for me if you could give one hardcoded example please.

Regards
Sethu.
61,263
Posted By r_sethu
Dear vgersh99, Thanks a lot. It is working...
Dear vgersh99,

Thanks a lot. It is working fine.

Is it possible to get the files ordered by Last modified date in the same pattern?

Thanks again for all.

Regards,
Sethu.
61,263
Posted By r_sethu
Listing files with full path
Hi,

I need to store all the files in a directory to a text file with its full path.
The example below can explain:

./File1.txt
./File2.txt
./Folder1/File11.txt
./Folder1/File12.txt...
15,849
Posted By r_sethu
Copy only files created between two dates
Hi all,

I like to get two date values from command line, and I have to copy all the files created in between that dates in a particular folder to destination folder. The date comparison is little...
8
2,662
Posted By r_sethu
Hi Rajan, I need more clear on ur issue. ...
Hi Rajan,

I need more clear on ur issue. The mv command accept two file names. Refer your code in the script.

mv $i $var

$i - has fetched from the text file. You mean, that is a existing...
4,229
Posted By r_sethu
Dear JGT, I welcome the points which you...
Dear JGT,

I welcome the points which you raised. Let me explain.
1. I copied a list of files and the files are listed in x.txt as my script. I dont know all the files are copied successfully. ...
4,229
Posted By r_sethu
Thanks jgt, You are right. But the problem...
Thanks jgt,

You are right. But the problem here is the number of files are so high and volume of the each files in GB's. It will take a huge amount of time to zip and unzipping process. Also It...
4,229
Posted By r_sethu
fgrep fails...!?
Hi all,

I need to transport a number of files from one server to other. I like to ensure the integrity using file checksum values.
The action plan is,
1. create the list of checksum values for...
Showing results 1 to 13 of 13

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