Search Results

Search: Posts Made By: i9300
7,678
Posted By i9300
Aigles, Thanks for providing the breakdown...
Aigles,

Thanks for providing the breakdown but I still can't translate this to not look for the version in XXXpkg8(version)....
IE how would I do this same task if all I wanted in the output was...
3,542
Posted By i9300
Perl error checking question
I am not very good with perl but trying to force myself to start learning...
I have a script that calls three other scripts in variables. I want to use a if statement to check the exit status and...
Forum: Web Development 09-10-2008
2,303
Posted By i9300
Answer
In case anyone finds this useful
Here is the code that I needed.......

Place text files report_file.txt and report_file2.txt are in the same dir as html -- or path them out in the code....

...
10,824
Posted By i9300
From reading this -- I don't see a reason to have...
From reading this -- I don't see a reason to have to use expect.

You can execute commands on a remote system through ssh.


chris@host01> ssh host02 uptime
Password:
11:25am up 5 day(s),...
Forum: Web Development 08-25-2008
2,303
Posted By i9300
Tooltip Question
Just wondering if someone has some advice on dynamic tooltip. By that I mean, I want the text inside the tooltip to be automagically generated from a text file.
I have not included any code example...
2,107
Posted By i9300
%%*&^*&^ (*(*&^*&^*&^ ^%$654%^$ Ok I'm...
%%*&^*&^ (*(*&^*&^*&^ ^%$654%^$

Ok I'm shaking my head in shame.
Yes permission problems. The since it executed from the web -- It is a different user.

Well thanks very much for pointing out...
2,107
Posted By i9300
Perl + Korn + HTML
I have a perl script that prints up the html code and executes a few korn scripts to populate the web code.

Disclaimer === I can throw together some korn scripts pretty quick. This code changes...
7,678
Posted By i9300
Thanks JP!
Thanks JP!
7,678
Posted By i9300
aigles, Works perfectly!! Very quick! This...
aigles,

Works perfectly!! Very quick! This is exactly what I needed -- Thanks!

Now for the really difficult question how does it work?
About all that I can figure out from the man page is -n...
7,678
Posted By i9300
ghostdog74, While I appreciate your post, I...
ghostdog74,

While I appreciate your post, I am not an expert with awk. I was unable to get your example to work. This is what I tried.

awk '{
for( `grep $PKG $COLLECT|awk -F: '{print $2}'` )...
7,678
Posted By i9300
awk out an unknown column ?
I need a solution to awk out an unknown column. I am unable to say '{print $x}' because the location changes. I would like to find a perl or awk solution to this. I do not know either very well but...
11,805
Posted By i9300
before i use sed to edit a file, first i backup...
before i use sed to edit a file, first i backup the file, then i sed it with the backup into the orig file.

cp input.txt input.txt.bak
sed -e "s/install_location=....../g" -e...
2,788
Posted By i9300
Ygor, Thanks for the info. It is almost what I...
Ygor,
Thanks for the info. It is almost what I am looking for.
I am needing a menu with some dynamic items from find and other static items.
$DYNAMIC_ITEMS is where i will use my find, etc. For...
4
11,379
Posted By i9300
I could not find the exact way to do what i...
I could not find the exact way to do what i wanted as well.... I wanted anything on right justify to line up regardless of whatever is on the right justify. I also liked the look of the linux style...
Showing results 1 to 14 of 14

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