Search Results

Search: Posts Made By: Naresh101
22,665
Posted By Yoda
First of all this thread is opened in the wrong...
First of all this thread is opened in the wrong forum: How to Post in the The UNIX and Linux Forums. Admins / Mods, please move this thread to correct forum!

Here is a solution using join and awk:...
6,990
Posted By Yoda
Here is a bash script: #!/bin/bash while...
Here is a bash script:
#!/bin/bash

while IFS="," read f1_ID f1_VER f1_COST
do
[[ "$f1_ID" =~ ID ]] && continue;

while IFS="," read f2_ID f2_VER f2_COST
do
...
Showing results 1 to 2 of 2

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