Search Results

Search: Posts Made By: derek3131
2,173
Posted By derek3131
Good gravy, why and i not getting how to do this...
Good gravy, why and i not getting how to do this seemingly simple problem? I really feel that I am making this harder then it needs to be..

#!/usr/bin/perl
#
$data =...
2,173
Posted By derek3131
Cool, thanks for you reply Era. I in fact went to...
Cool, thanks for you reply Era. I in fact went to a half-priced book store this weekend and picked up O'reilly's Learning Perl Third edition for 5 bucks, I think the newest edition is four. So I am...
Forum: Linux 04-04-2008
2,617
Posted By derek3131
You can also execute a command from history by...
You can also execute a command from history by doing !<number>

1207 awk -F, '{print $1,$2,$3}' sed_edited
1208 cat sed_edited blue_prep awk_prep
1209 ls
1210 vi test.sh
1211 chmod...
2,173
Posted By derek3131
Stuck on a matching, copying type problem
Hi all, I am new to these forum and to scripting in general for that matter. i have been looking through the forums for something that could explain my problem. I have be come pretty familiar with...
2,729
Posted By derek3131
grep -i adding $logdir | grep -iv equation | awk...
grep -i adding $logdir | grep -iv equation | awk '{print \$NF}' | sort -u | sed -e 's/\.\$//' > /tmp/t1


Looks like to me this is searching for lines of data in the $logdir that contain the word...
Showing results 1 to 5 of 5

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