Forum: Sed and Awk
Apr 14th, 2005, 2:51 PM
|
|
Replies: 1
Views: 897
well, it looks like your awk manipulation was...
well, it looks like your awk manipulation was correct, and now that your using the -x option for pkg_delete it seems that the problem risides in pkg_delete. while i have no experience with the...
|
Forum: Sed and Awk
Apr 14th, 2005, 2:40 PM
|
|
Replies: 2
Views: 998
how do you want to change the numbers? you to...
how do you want to change the numbers? you to through each line and seperate the "row#" from the actual number pretty easy with gawk by setting the field seperator to ": "
gawk -F ": " -v OFS=": "...
|
Forum: C++
Nov 2nd, 2004, 12:16 PM
|
|
Replies: 11
Views: 409
|
Forum: C++
Oct 29th, 2004, 2:03 PM
|
|
Replies: 8
Views: 336
|
Forum: C++
Oct 28th, 2004, 7:34 AM
|
|
Replies: 17
Views: 380
|
Forum: C++
Oct 28th, 2004, 7:20 AM
|
|
Replies: 11
Views: 409
|
Forum: C++
Oct 27th, 2004, 1:41 PM
|
|
Replies: 8
Views: 336
|