Search Results

Search: Posts Made By: acoding
2,620
Posted By acoding
Im using open suse, awk version 4.1.0
Im using open suse, awk version 4.1.0
2,620
Posted By acoding
Thanks for the respone. The output would be like...
Thanks for the respone. The output would be like this

example A

ted
TMNT
Jinxed

example B

Gravity
Faster
Turbo
2,620
Posted By acoding
Regex to include up to blank line.
Hi guys I am trying to figure out how to match a pattern with a regex up to a full blank line. I will show you what I mean with this example:


example A
movie name: ted
movie name: TMNT
movie...
7,235
Posted By acoding
Thanks for the input guys. I also came up with...
Thanks for the input guys. I also came up with this, its probably not the most efficient but seems to work.


ping -c10 google.com | awk '/time=/ { print $7 }' | cut -d '=' -f2 | sort -rn | tail...
7,235
Posted By acoding
How to extract info from pings.?
Hi guys, new to this forum. I am currently trying to extract the times from pinging a domain and list the top 3 and then also do the opposite i.e. list the bottom 3.

so if I had this as a ping...
Showing results 1 to 5 of 5

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