Sponsored Content
Top Forums Shell Programming and Scripting Compare 2 files of csv file and match column data and create a new csv file of them Post 302938939 by RudiC on Friday 20th of March 2015 07:11:56 AM
Old 03-20-2015
It's written to stdout. Redirect it to your new .csv file.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Need to compare two csv files values and write into another csv file

Hi all, Am new to scripting. So i just need your ideas to help me out. Here goes my requirement. I have two csv files 1.csv 2.csv abc,1.24 abc,1 def,2.13 def,1 I need to compare the first column of 1.csv with 2.csv and if matches then need to compare... (2 Replies)
Discussion started by: chinnahyd
2 Replies

2. Shell Programming and Scripting

Compare two csv files by two colums and create third file combining data from them.

I've got two large csv text table files with different number of columns each. I have to compare them based on first two columns and create resulting file that would in case of matched first two columns include all values from first one and all values (except first two colums) from second one. I... (5 Replies)
Discussion started by: agb2008
5 Replies

3. Shell Programming and Scripting

Merge CSV files and create a column with the filename from the original file

Hello everyone!! I am not completely new to shell script but I havent been able to find the answer to my problem and I'm sure there are some smart brains here up for the challenge :D. I have several CSV files that I need to combine into one, but I also need to know where each row came from.... (7 Replies)
Discussion started by: fransanchezoria
7 Replies

4. Shell Programming and Scripting

Match list of strings in File A and compare with File B, C and write to a output file in CSV format

Hi Friends, I'm a great fan of this forum... it has helped me tone my skills in shell scripting. I have a challenge here, which I'm sure you guys would help me in achieving... File A has a list of job ids and I need to compare this with the File B (*.log) and File C (extend *.log) and copy... (6 Replies)
Discussion started by: asnandhakumar
6 Replies

5. Shell Programming and Scripting

Compare 2 csv files in ksh and o/p the difference in a new csv file

(say) I have 2 csv files - file1.csv & file2.csv as mentioned below: file1.csv ID,version,cost 1000,1,30 2000,2,40 3000,3,50 4000,4,60 file2.csv ID,version,cost 1000,1,30 2000,2,45 3000,4,55 6000,5,70 The... (7 Replies)
Discussion started by: Naresh101
7 Replies

6. Shell Programming and Scripting

Match columns from two csv files and update field in one of the csv file

Hi, I have a file of csv data, which looks like this: file1: 1AA,LGV_PONCEY_LES_ATHEE,1,\N,1,00020460E1,0,\N,\N,\N,\N,2,00.22335321,0.00466628 2BB,LES_POUGES_ASF,\N,200,200,00006298G1,0,\N,\N,\N,\N,1,00.30887539,0.00050312... (10 Replies)
Discussion started by: djoseph
10 Replies

7. Shell Programming and Scripting

How to separate data coming in one column of CSV file?

I am running an ISQL command on Sybase DB and getting output of a query in an CSV file. The issue is that all the data comes in to the same column, i want them to be separated in different columns. SQL_COMMAND=command.sql file=file.txt formatFile=formatFile.txt report=report.csv echo... (1 Reply)
Discussion started by: Sharma331
1 Replies

8. Shell Programming and Scripting

Matching two fields in two csv files, create new file and append match

I am trying to parse two csv files and make a match in one column then print the entire file to a new file and append an additional column that gives description from the match to the new file. If a match is not made, I would like to add "NA" to the end of the file Command that Ive been using... (6 Replies)
Discussion started by: dis0wned
6 Replies

9. Shell Programming and Scripting

Need awk or Shell script to compare Column-1 of two different CSV files and print if column-1 matche

Example: I have files in below format file 1: zxc,133,joe@example.com cst,222,xyz@example1.com File 2 Contains: hxd hcd jws zxc cst File 1 has 50000 lines and file 2 has around 30000 lines : Expected Output has to be : hxd hcd jws (5 Replies)
Discussion started by: TestPractice
5 Replies

10. UNIX for Beginners Questions & Answers

Compare every column from one csv file to another csv file

1.csv contains following column- Empid code loc port 101 A xy 01 102 B zx 78 103 A cg 12 104 G xy 78 2.csv contains follwing data- Empid code loc port 101 A gf 01 102 B zx 78 103 C cg 32 104 ... (1 Reply)
Discussion started by: rishabh
1 Replies
LSHG(1) 							    Lsh Manuals 							   LSHG(1)

NAME
lshg - secsh (SSH2) client SYNOPSIS
lshg [OPTION...] HOST [COMMAND] DESCRIPTION
CAUTION! The information in this manpage may be invalid or outdated. For authorative information on lsh, please see it's Texinfo manual (see the SEE ALSO section). Connects to the the remote machine HOST through a previously established lsh gateway and perform one or more actions, i.e. command execu- tion, various forwarding services. The default action is to start a remote interactive shell or execute a given command on the remote machine. OPTIONS
--debug Print huge amounts of debug information --log-file=File name Append messages to this file. -q, --quiet Suppress all warnings and diagnostic messages --trace Detailed trace -v, --verbose Verbose diagnostic messages --askpass=Program Program to use for reading passwords. Should be an absolute filename. -l, --user=User name Login as this user. -p, --port=Port Connect to this port. Actions: -B, --background Put process into the background. Implies -N. -D, --forward-socks[=port] Enable socks dynamic forwarding -E, --execute=command Execute a command on the remote machine -L, --forward-local-port=local-port:target-host:target-port -N, --nop No operation (suppresses the default action, which is to spawn a remote shell) --subsystem=subsystem-name Connect to given subsystem. Implies --no-pty. -S, --shell=command Spawn a remote shell Universal not: -n, --no Inverts the effect of the next modifier Modifiers that apply to port forwarding: -g, --remote-peers Allow remote access to forwarded ports --no-remote-peers Disallow remote access to forwarded ports (default). Modifiers that apply to remote execution: --detach Detach from terminal at session end. --no-detach Do not detach session at end, wait for all open channels (default). --no-pty Don't request a remote pty. --no-stderr Redirect stderr to /dev/null --no-stdin Redirect stdin from /dev/null --no-stdout Redirect stdout to /dev/null --stderr=Filename Redirect stderr --stdin=Filename Redirect stdin --stdout=Filename Redirect stdout -t, --pty Request a remote pty (default). Miscellaneous options: -e, --escape-char=Character Escape char. `none' means disable. Default is to use `~' if we have a tty, otherwise none. --write-pid Make -B write the pid of the backgrounded process to stdout. -G If no usable gateway is found, launch lsh instead. --send-debug=Message Send a debug message to the remote machine. --send-ignore=Message Send an ignore message to the remote machine. -?, --help Give this help list --usage Give a short usage message -V, --version Print program version Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options. DIAGNOSTICS
See the --verbose , --trace and --debug options. EXAMPLES
Using the -G option, for example in LSHGFLAGS it's easy to use an existing gateway if there is any and connect using lsh if not. REPORTING BUGS
Report bugs to <bug-lsh@gnu.org>. ENVIRONMENT
LSHG_FLAGS may be used for passing additional parameters. The parsing order is undefined. COPYING
The lsh suite of programs is distributed under the GNU General Public License; see the COPYING and AUTHORS files in the source distribution for details. AUTHOR
The lsh program suite is written mainly by Niels Moller <nisse@lysator.liu.se>. This man-page was written for lsh 2.0 by Pontus Freyhult <pont_lsh@soua.net>, it is based on a template written by J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>. SEE ALSO
lsftp(1), lsh(1), lsh-authorize(1), lsh-export-key(1), lsh-keygen(1), lsh-make-seed(1), lsh-upgrade(1), lsh-upgrade-key(1), lsh- writekey(1), lshd(8), ssh-conv(1) The full documentation for lsh is maintained as a Texinfo manual. If the info and lsh programs are properly installed at your site, the command info lsh should give you access to the complete manual. LSHG
NOVEMBER 2004 LSHG(1)
All times are GMT -4. The time now is 02:37 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy