Search Results

Search: Posts Made By: spkandy
4,290
Posted By spkandy
Hi Yogesh, I didnt get any error, but the...
Hi Yogesh,

I didnt get any error, but the file is not copied to the target directory of the remote server.

Thanks,
Kanda
4,290
Posted By spkandy
copy the latest file in the remote server's directory
Hi Expert Team,
I performed the below piece of code to copy the latest file in the remote server's directory to the same server's other directory.
But it is not working properly.

How can i...
37,945
Posted By spkandy
Copy the latest file to a directory
Hi Team,
I wish to copy the latest file of pattern "MyFile*" to some other location.
I need to do all the operation in a single command separated by |.

ls -rt <MyFile*> | tail -1 | <copy...
3,121
Posted By spkandy
Reply
Thanks for your help.
But I just want to store the file names in a variable in the loop..which is separated by ' ' <single space>.
3,121
Posted By spkandy
File Names in a Variable in a loop
Hi All ,
I am having confusion in a shell script. Please guide me.
I need to get multiple files (number of files vary time to time, file names are separated by '|') using FTP get from the remote...
3,763
Posted By spkandy
To get the latest file
Hi Experts Team,
I wish to store the latest file name of partcular pattern in the remote server in a variable.

i tried this
LATEST_FILE=`ssh ${USER_ID}@${REMOTE_HOSTNAME} 'ls -t...
7,983
Posted By spkandy
Delete all Files except the Latest Files
Hi,
In my scenario, i just want to delete all the files except the latest one.
How can I do?
Please reply me.
3,944
Posted By spkandy
File Name as Unique
Hi all,
Since I need to maintain the file name with time stamp as unique in unix, i need to write script.
Is there any way to capture the milli/micro seconds of unix system.
Please reply me.
32,781
Posted By spkandy
Help needed in Switch Case
Hi Experts team,
i wish to use switch case in unix.
my req is

case $code in
1111)
echo "1111"
1112)
echo "1112"
*)
echo "default"
esac

see eventhough for particular case...
7,525
Posted By spkandy
FTP files to target Mainframe system
Hi Experts...
Greetings for the day..!

I just want to FTP the files to mainframe system..

my code is not working..and also i need to put the files in a particular directory in a specific...
9,868
Posted By spkandy
Extraction of string from Stringlist using delimiter
Hi Experts,
I need to extract some set of strings one be one using delimiter.
Example:
shellscript.sh|unix.sh|script_file.sh

i need to extract this shellscript.sh,unix.sh,script_file.sh...
4,505
Posted By spkandy
Thanks a lot ShawnMilo & Otheus...!
:)
Thanks a lot ShawnMilo & Otheus...!
Its working fine.
4,505
Posted By spkandy
Checking existence of file using file pattern
Hi Experts:),
I need to check the existense of file using patterns.How can i do it?
Ex:
if my current directory has a number of files of pattern (ins_*),
i need to check the existense of atleast...
Showing results 1 to 13 of 13

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