Search Results

Search: Posts Made By: bbergstrom74
2,108
Posted By bbergstrom74
Complex file count problem
Hi all!

I have a question regarding possibilities to do line counts.

SEARCH_VAR=TEX
rsh $REM_HOST -l $REM_USER "cd $REM_DIR; ls *$SEARCH_VAR* 2> /dev/null" | sort -n | awk 'BEGIN { FS = "-" }...
26,139
Posted By bbergstrom74
Thanks a lot, just what I needed!! :D
Thanks a lot, just what I needed!! :D
26,139
Posted By bbergstrom74
Passing variables between scripts
Hi all.

I need to pass a value from a script that runs in a sub-shell, back into the calling shell like below (or into script 2 directly):

outer_script
export param=value1

script1 $param...
Showing results 1 to 3 of 3

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