Search Results

Search: Posts Made By: flaviofachin
Forum: Linux 09-23-2016
2,846
Posted By flaviofachin
Yes, i did! Thanks for replay: now i understand!
Yes, i did!
Thanks for replay: now i understand!
Forum: Linux 09-23-2016
2,846
Posted By flaviofachin
Set -n doesn't stop executing
When I do "set -n" or "set -o noexec" the shell doesn't do what it sould.
Infact if I check:

$: set -o

....
noexec off
....

f

...instead I can set normally the other option.
...
Forum: Programming 09-11-2016
1,113
Posted By flaviofachin
Thanks very clear!
Thanks very clear!
876
Posted By flaviofachin
Look my code dose preciselly what I intended to...
Look my code dose preciselly what I intended to do:
The repetition of 10 time is for testing porpouse.

It was just an experiment.
It was something like a tee command where each argument was...
876
Posted By flaviofachin
Process output in different layout
I was looking for samething more compact than this:

$: a=`ls`
$: declare -i num=0
$: for x in $a; do num=$num+1; echo "$num ..... $x"; echo "$num $x">fl_tmp; done

And jump in my mind...
Forum: Programming 09-02-2016
1,113
Posted By flaviofachin
How is it work the event handlers!?
I just have started studying perl and I can not figure out what is the exact strategy used in the following script to handle events.

Precisely, what I do not understand is if the loop that is in...
Showing results 1 to 6 of 6

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