Search Results

Search: Posts Made By: sbavanis
2,215
Posted By Franklin52
Try: pkginfo -l | awk -F": " ' ...
Try:
pkginfo -l |
awk -F": " '
/NAME:/{s=$2}
/DESC:/{s=s "," $2}
/STATUS:/{print s "," $2}'
2,215
Posted By rajdeep_paul
Instead of comma separated, try pipe separated...
Instead of comma separated, try pipe separated and open the file in excel by going to Data ->Import External Data

pkginfo -l |
awk -F": " '
/NAME:/{s=$2}
/DESC:/{s=s "|" $2}
/STATUS:/{print...
Showing results 1 to 2 of 2

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