Search Results

Search: Posts Made By: rainboisterous
1,779
Posted By ltomuno
sed 's/^[0-9]*//;s/:/ /;s/</ /;s/,/ /g' inputfile...
sed 's/^[0-9]*//;s/:/ /;s/</ /;s/,/ /g' inputfile | awk '{NF-=1;print}'
6,610
Posted By Chubler_XL
ssh does not accept password on command line (and...
ssh does not accept password on command line (and it won't accept it piped into standard input either). The correct way to use ssh without passwords (eg within an automatted script or cronjob) is to...
18,747
Posted By radoulov
Actually, it's the opposite: you don't need the...
Actually, it's the opposite: you don't need the first pair of quotes (it makes no harm, but as filename generation/globbing is not performed in this context, they are redundant) and you need to quote...
Showing results 1 to 3 of 3

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