Timeline for Removing a directory from PATH
Current License: CC BY-SA 4.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 11, 2021 at 15:23 | comment | added | Kusalananda♦ | This could be optimized into path=$(basename "$path") or path=${path##*/}. Note that the question asks about removing a component of the :-delimited list in $PATH. Your answer does not address this. | |
| Apr 11, 2021 at 15:21 | comment | added | Kusalananda♦ | Brevity is acceptable, but fuller explanations are better. | |
| Apr 11, 2021 at 15:21 | history | edited | Kusalananda♦ | CC BY-SA 4.0 | Markup |
| Apr 11, 2021 at 14:08 | comment | added | MUY Belgium | On which system have you your problem? $PATH is in upper case. | |
| S Apr 11, 2021 at 11:10 | review | Low quality posts | |||
| Apr 13, 2021 at 3:56 | |||||
| S Apr 11, 2021 at 11:10 | review | Late answers | |||
| Apr 11, 2021 at 14:08 | |||||
| Apr 11, 2021 at 10:58 | review | First posts | |||
| Apr 12, 2021 at 9:54 | |||||
| Apr 11, 2021 at 10:53 | history | answered | Fabrice | CC BY-SA 4.0 |