Search Results

Search: Posts Made By: abhaydas
3,456
Posted By abhaydas
Thanks , this worked like a charm :b:
Thanks , this worked like a charm :b:
3,456
Posted By abhaydas
Thanks Rudic for your help,now i am getting the...
Thanks Rudic for your help,now i am getting the desired output but what i am trying to achieve is below
i have to pass col1 and col2 values to keytool command to have it like below

keytool...
3,456
Posted By abhaydas
Tried both...none of them are working to produce...
Tried both...none of them are working to produce Desired Output as below

"abc def ijk ca" abcdefijkca
"def fff ere we" defffferewe
3,456
Posted By abhaydas
Couldn't get it IFS=$'\t' Please be kind...
Couldn't get it IFS=$'\t'
Please be kind to suggest where we need to put it.

--- Post updated at 09:39 AM ---

Please advise
Where to use this IFS=$'\t'

paste <(xargs -d'\n' -n1...
3,456
Posted By abhaydas
Need help , i have 2 files file 1 abc def...
Need help , i have 2 files

file 1
abc def ijk ca
def fff ere we
file 2
abcdefijkca
defffferewe
wrote below

#!/bin/bash
paste file11 file22 | (
while read col1 col2 ; do
echo...
3,456
Posted By abhaydas
Read 2 file line by line @ same time
HI All,

I am aware of reading one file line by line but now my requirement is to read 2 file line by line as below explained.
I have 2 files as below file 1 with spaces and file 2 same as file1...
Showing results 1 to 6 of 6

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