Search Results

Search: Posts Made By: BrandonD
2,387
Posted By Scott
Your function would be debugged - if you ever...
Your function would be debugged - if you ever called it.

$ cat myScript
set -x
echo "Hello World"
hello() {
echo "Hello world"
}

hello


$ ./myScript
+ echo 'Hello World'
Hello...
Showing results 1 to 1 of 1

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