Search Results

Search: Posts Made By: superpointer
2,315
Posted By superpointer
Thank you scottn! Here's the relevant part.. ...
Thank you scottn! Here's the relevant part..

Bash performs the expansion by executing command and replacing the command substitution with the standard output of the command, with any trailing...
2,315
Posted By superpointer
I can see that, my question is why :)
I can see that, my question is why :)
2,315
Posted By superpointer
script recursion
Can someone please explain me why the following script calls it self recursively:


#!/bin/bash
echo Called
$0


while this not:


#!/bin/bash
echo Called
$($0)


Thanks
Showing results 1 to 3 of 3

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