Timeline for How create a temporary file in shell script?
Current License: CC BY-SA 4.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 11, 2021 at 20:06 | history | edited | Stéphane Chazelas | CC BY-SA 4.0 | added 5 characters in body |
| May 23, 2021 at 18:12 | history | edited | Stéphane Chazelas | CC BY-SA 4.0 | added 22 characters in body |
| Oct 30, 2019 at 11:23 | history | edited | Stéphane Chazelas | CC BY-SA 4.0 | added 183 characters in body |
| Mar 14, 2019 at 17:19 | history | edited | Stéphane Chazelas | CC BY-SA 4.0 | added 4 characters in body |
| Jun 21, 2018 at 12:48 | history | edited | Stéphane Chazelas | CC BY-SA 4.0 | added 1260 characters in body |
| Jun 21, 2018 at 12:43 | history | edited | Stéphane Chazelas | CC BY-SA 4.0 | added 1260 characters in body |
| Jan 30, 2015 at 21:01 | comment | added | Stéphane Chazelas | @WinnieNicklaus, yes, but that doesn't use temporary files so is irrelevant here. Process substitution was introduced by ksh, copied by bash and zsh, and zsh extended it with a 3rd form: =(...). | |
| Jan 30, 2015 at 20:45 | comment | added | WinnieNicklaus | Bash also has process substitution using <() | |
| Jan 30, 2015 at 12:17 | history | answered | Stéphane Chazelas | CC BY-SA 3.0 |