Timeline for hardlink/softlink multiple file to one file
Current License: CC BY-SA 3.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 3, 2013 at 11:19 | vote | accept | quartz | ||
| Jul 31, 2013 at 20:21 | history | edited | Marco | CC BY-SA 3.0 |
Add loop
|
| Jul 31, 2013 at 20:19 | comment | added | Joseph R. | Thanks for bearing with me (I'm still grappling with the fifo concept). I think your notes should be added to the answer as the OP might not be aware of that. | |
| Jul 31, 2013 at 20:18 | comment | added | Marco |
Indeed. Use while true; do cat a b c >allfiles; done if that's not desired.
|
|
| Jul 31, 2013 at 20:15 | comment | added | Joseph R. |
Great. But wouldn't the OP need to repeat these steps every time he/she wants to access the full content via allfiles?
|
|
| Jul 31, 2013 at 20:14 | comment | added | Marco |
@JosephR. Yes, it would. Append & if that's not desired.
|
|
| Jul 31, 2013 at 20:10 | comment | added | Joseph R. |
Wouldn't cat block until a process starts reading from the named pipe?
|
|
| Jul 31, 2013 at 20:09 | history | answered | Marco | CC BY-SA 3.0 |