Search Results

Search: Posts Made By: rpollard
1
2,038
Posted By rpollard
RE: awk ?
I just figured out the way to do this. I can't believe it was this easy.
The answer:
awk '{print $'$1'}' <filename>

This concatenates the first part '{print $' to the variable $1 and then the...
1
2,038
Posted By rpollard
awk ?
I need to use awk as a front end to a small database I am building to return results of a limited query. The syntax will be simple and will start by running a shell script and then passing variables...
Forum: Cybersecurity 05-09-2002
5,066
Posted By rpollard
Re: Access to ports < 1024 w/o root
Thanks for the reply!

I didn't think the OS mattered and that's why I didn't mention it. I thought there was a general "Unix" way of doing this. But, if it will help, the OS is OS X (BSD...
Forum: Cybersecurity 04-24-2002
5,066
Posted By rpollard
Allowing access to ports < 1024 w/o root
I need to set up an application to run in a script which will be running as a web server but is a database. I need to allow users to use the web server but the app must be run as root in order for...
Showing results 1 to 4 of 4

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