Search Results

Search: Posts Made By: Nikhath
1,284
Posted By Nikhath
Recursive delete in a file using a set of values in other file
Hi,

I have got a file with 6K records and I want to delete 500 records from this file which match the values present in another file.
Format of the both the files is different.

Example : File...
3,612
Posted By Nikhath
scp error while trying to copy files
Hi,

I am trying to copy files from one server to other using the below code.
scp -B -p user@remoteserver:/tmp/abc.txt /landing/files

The above command is failing with error
You're not...
2,914
Posted By Nikhath
Thanks for the correction. The first code...
Thanks for the correction. The first code fragment contains a typo. It is actually a combination of ls and grep.

ssh ${aSrcHOST} ls ${aSrcDIR}/|grep -vi OK$ > filelist.txt

Here , I am trying...
2,914
Posted By Nikhath
How to get list of files only using ls without combining it with other command?
HI,

I have requirement to fetch the list of files except the ok file by connecting to other server and then copy all the files that are fetched using the below command.

ssh ${aSrcHOST} ls...
8,649
Posted By Nikhath
How to use scp for case insensitive copy?
Hi,

I have a requirement to copy files from one server to other using SCP.
I am using * to copy files as I just need to pick up the files that are ending with .OK. But few ok files are in upper...
10,311
Posted By Nikhath
Thanks for the reply. I dont want to connect to...
Thanks for the reply. I dont want to connect to Office netwrk through my own laptop. I would like to know if I can download putty and configure to run it on single desktop.
I didnt try cygwin yet....
10,311
Posted By Nikhath
Need Software to practice Shell scripting
Hi,

I need a software in Windows to practice Shell scripting and unix commands.
Please let me know.
I have used Putty in Office network. Can it be used on single machine. If yes, How can I...
10,719
Posted By Nikhath
Operating System is SunOS. Couldnt get the...
Operating System is SunOS.

Couldnt get the sort version
sort: illegal option -- version
10,719
Posted By Nikhath
Hi, Thanks for the reply but sort -s is not...
Hi,

Thanks for the reply but sort -s is not working. Its showing below error.

sort: illegal option -- s
usage: sort [-cmu] [-o output] [-T directory] [-S mem] [-z recsz]
[-dfiMnr]...
10,719
Posted By Nikhath
Sorting based on a particular colum
Hi,

I want a flat file(pipe delimited) to be sorted based on 2nd column only. Below is input file to be sorted.

AVERS|K50034|A|Y|N|N|Y|Y|Y|||N|N
AVERS|K50035|A|Y|N|N|Y|Y|Y|||N|N...
Showing results 1 to 10 of 10

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