|
Jun 15 |
accepted | Floating point values: in memory vs. in register? |
|
Jun 15 |
comment |
Floating point values: in memory vs. in register? Thanks, that make sense! |
|
Jun 15 |
comment |
Floating point values: in memory vs. in register? @MikeW ah, I just couldn't think of a case when an implementation is that 'specific', and so sad the keywords find no valuable information from google. |
|
Jun 15 |
revised |
Floating point values: in memory vs. in register? added 66 characters in body |
|
Jun 15 |
asked | Floating point values: in memory vs. in register? |
|
May 11 |
accepted | Shell hangs when assigning command result to a variable |
|
May 11 |
comment |
Shell hangs when assigning command result to a variable Thanks! the discussion helps much! |
|
May 11 |
revised |
Shell hangs when assigning command result to a variable i just found a related page for this, hope it improves the answer |
|
May 11 |
suggested | suggested edit on Shell hangs when assigning command result to a variable |
|
May 11 |
comment |
Shell hangs when assigning command result to a variable hmm, is it because that, the background process still holds the output file descriptor, so, even its father exits and its ppid changes, another process that reads the file descriptor won't stop? |
|
May 11 |
comment |
Shell hangs when assigning command result to a variable ok, if I change run.sh as this: sleep 8s&; date; exit 0, so its result should be thought as finished? Actually I'm not sure what is defined as 'execution finished' :) |
|
May 11 |
comment |
Shell hangs when assigning command result to a variable Yes, your example clarifies things better! But I think, in my example, run.sh should exits since its original children is taken over by init ? |
|
May 11 |
revised |
Shell hangs when assigning command result to a variable added 4 characters in body |
|
May 11 |
asked | Shell hangs when assigning command result to a variable |
|
May 9 |
accepted | 'tee' in makefile, can we copy stderr as well? |
|
May 9 |
comment |
'tee' in makefile, can we copy stderr as well? Thanks @Petesh, can you post the answer so I can mark this as solved? |
|
May 9 |
revised |
'tee' in makefile, can we copy stderr as well? added 3 characters in body |
|
May 9 |
revised |
'tee' in makefile, can we copy stderr as well? deleted 1 characters in body |
|
May 9 |
asked | 'tee' in makefile, can we copy stderr as well? |
|
May 8 |
comment |
How to rename all folders and files to lowercase on Linux? linux.icydog.net/rename.php: The renaming utility that comes by default with Ubuntu is a Perl program sometimes called prename |