Search Results

Search: Posts Made By: rockf1bull
1,258
Posted By Corona688
wget can tell whether it's running inside a...
wget can tell whether it's running inside a terminal or not, and adjusts its output accordingly. The ............... syntax is more appropriate for logfiles, so that's what it uses when it detects...
Forum: Red Hat 02-09-2011
4,841
Posted By Franklin52
Try this one: sed -n...
Try this one:
sed -n 's!.*service=\(http://[^/]*/[^/]*/\).*!\1!p' file



You can use something like this to loop through the abs-accent log files:
ls abc-accent*.log |
while read file
do
...
Forum: Red Hat 02-08-2011
4,841
Posted By Franklin52
To remove duplicates from your output you do...
To remove duplicates from your output you do something like:
<commands> | awk '!a[$0]++'
Showing results 1 to 3 of 3

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