Search Results

Search: Posts Made By: bashnewbee
1,216
Posted By Amaravathi
you can call 2nd script as below from script_one ...
you can call 2nd script as below from script_one
./script_two $@


doest it help ??
6,169
Posted By alister
You can use parameter expansion: ${var%%-*}. ...
You can use parameter expansion: ${var%%-*}.

Regards,
Alister
3,451
Posted By Corona688
LINK=...
LINK= "http://www.webpage.org/project/team2/file.tar"

There is an extra space in that.

LINK="http://www.webpage.org/project/team2/file.tar"
16,729
Posted By bartus11
basename $PATH
basename $PATH
1,885
Posted By clx
source should do what you want. inside your...
source should do what you want.

inside your bash script:

source /path/to/txt_file
or
. /path/to/txt_file
Showing results 1 to 5 of 5

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