Search Results

Search: Posts Made By: tmonk1
1,414
Posted By tmonk1
Simple two file compare with twist
I have file1 and file2
I lookup field3 from file2 in field1 of file1 and if there is a match, output field 2,3,5 from file2.
I now want to add field2 of file1 in the output.

I suspect what I...
930
Posted By tmonk1
Break a line content and print as column
Hi,

I have urls in my input file like this
2,776
Posted By tmonk1
Redirect STDOUT & STDERR to file and then on screen
Dear all,
redirecting STDOUT & STDERR to file is quite simple, I'm currently using:
Code:
exec 1>>/tmp/tmp.log; exec 2>>/tmp/tmp.log

But during script execution I would like the output come...
794
Posted By tmonk1
Need help updating my AIX shell script that uses IBM tape tool.
I have a shell script that interfaces with our tape library using IBM's Tape Diagnostic tool called "itdt".

The script does some basic stuff, it queries the tape library, loads tape to/from drive;...
Showing results 1 to 4 of 4

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