Search Results

Search: Posts Made By: mshulman1980
6,601
Posted By mshulman1980
giannicello: thanks! I appended the script...
giannicello: thanks!

I appended the script to add the colons back in for later parsing.

#!/bin/bash
IFS=":"
while read line; do
echo $line
done <servername.lpp|tr ' ' ':'
6,536
Posted By mshulman1980
What about using SSH keys between the systems?
What about using SSH keys between the systems?
6,601
Posted By mshulman1980
Sample input: [CODE] ...
Sample input:
[CODE]
readline:readline-4.3-2:4.3: : :C:R:A library for reading and returning lines from a terminal.: :/bin/rpm -e readline: : : : :0:
sudo:sudo-1.6.7p5-3:1.6.7p5: : :C:R:Allows...
6,601
Posted By mshulman1980
shell replacing space with line breaks
I'm parsing through a large lslpp -Lc output file with a for loop. The file contains many lines similar to this:
zip:zip-2.3-3:2.3: : :C:R:A file compression and packaging utility compatible with...
Showing results 1 to 4 of 4

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