![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to detect failure from batch SFTP and SHELL operations | chengwei | Shell Programming and Scripting | 2 | 05-28-2008 08:32 AM |
| Unix File operations | nivas | Shell Programming and Scripting | 14 | 02-11-2008 05:27 AM |
| Unix Shell Script with output to CSV File | heather.morton@ | UNIX for Advanced & Expert Users | 1 | 01-28-2008 01:18 PM |
| File operations | chiragmistry21 | Shell Programming and Scripting | 2 | 03-27-2006 06:00 PM |
| mathematics operations in unix | cesar720213 | UNIX for Dummies Questions & Answers | 2 | 11-22-2001 11:24 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Unix file operations(shell script)
Hi,
I want to compare two files. Files will look like as follows: file1: ASDFGHJU|1234567890123456 QWERTYUI|3456789098900890 file2: ZXCVBVNM|0987654321234567 POLKIJUYH|1234789060985478 output file should be: ASDFGHJU|1234567890123456 QWERTYUI|3456789098900890 Thnaks in advance |
|
||||
|
Unix file operations(shell script)
I want to get the contents that are not present in file2.
I.e File1 and file2 should be compared and output file should be the contents that are present in file 1 and not present in file2. Please help me. thanks. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|