Search Results

Search: Posts Made By: AmorBELAID
17,375
Posted By AmorBELAID
Commands in one line
if vi is the default editor than :

1)write a=1
2) pass to command mode (key esc)
3) press key v
4) write your follwing code
5) save and quit the editor
6,620
Posted By AmorBELAID
use paste and awk
Just one line : :b:

paste f1 f2 |awk '{if ($1 == $2) print $1}'
6,620
Posted By AmorBELAID
use paste and awk
Just one line : :b:

paste f1 f2 |awk '{if ($1 == $2) print $1}'
Showing results 1 to 3 of 3

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