Search Results

Search: Posts Made By: coughlin74
13,319
Posted By coughlin74
Thankyou.
Thankyou.
13,319
Posted By coughlin74
What does -f do
I am trying to decipher a script and one of the lines reads like this:

if [ -f "${DBPATH}.db" ] ; then


Can anyone tell me what the -f does?

Thanks,
Melissa
3,879
Posted By coughlin74
if statement problem
I keep getting an error at line 21, it doesn't like my if statement. Previously I have tried using (( )), but still get errors. The current error is that server_busy is not found. This is the...
8,451
Posted By coughlin74
I would think that you could get just the file...
I would think that you could get just the file name by using cut. Like this:

cut -f1 -d.
2,361
Posted By coughlin74
It is a Progress program, which calls the first...
It is a Progress program, which calls the first script and then immediately calls the next one. Does anyone work with Progress on Unix? Is it possible to send a value to the program that I can then...
2,361
Posted By coughlin74
passing a value
I am trying to write a program that calls two differant scripts. One sets a variable's value and the other one needs to be able to access that value. Can I pass the variable back to the program...
Showing results 1 to 6 of 6

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