Changes between Version 61 and Version 62 of ProblemHotlist
- Timestamp:
- Nov 6, 2010, 12:03:33 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProblemHotlist
v61 v62 74 74 fi 75 75 # Grab the name of the port and make sure to list each port just once 76 done | awk -F: ' { print $2 } ' | sort | uniq76 done | awk -F: ' { print $2 } ' | sort -u 77 77 }}} 78 78