Timeline for Run a command that is shadowed by an alias
Current License: CC BY-SA 3.0
Post Revisions
18 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 15, 2024 at 6:19 | answer | added | Petr | timeline score: 1 | |
| Mar 3, 2022 at 10:39 | answer | added | Good Pen | timeline score: 0 | |
| Aug 6, 2021 at 19:07 | answer | added | wisbucky | timeline score: 4 | |
| Dec 12, 2016 at 12:11 | history | edited | Jeff Schaller♦ | CC BY-SA 3.0 |
edited body
|
| Sep 6, 2016 at 11:12 | history | edited | Jeff Schaller♦ | CC BY-SA 3.0 |
In English, the pronoun 'I' is capitalized.
|
| Jun 17, 2015 at 18:46 | comment | added | Dejay Clayton | Just a note about some of the answers below: "command" is the ONLY safe way to accomplish this. For example, the "." or "source" built-in maybe be overridden by a script-defined function. "command ." or "command source" is the only way to safely execute source without the script-defined function being invoked instead. None of the other alternatives, including the backslash method "\.", work, and of course there is no "/bin/source" alternative that you can invoke by specifying a full path. | |
| May 25, 2012 at 21:00 | answer | added | Keith Thompson | timeline score: 4 | |
| May 25, 2012 at 9:13 | answer | added | krlmlr | timeline score: 10 | |
| May 24, 2012 at 23:15 | history | tweeted | twitter.com/#!/StackUnix/status/205799104314478592 | ||
| May 24, 2012 at 23:06 | answer | added | asmeurer | timeline score: 1 | |
| May 24, 2012 at 22:28 | history | edited | Mikel |
edited tags
|
|
| May 24, 2012 at 22:22 | answer | added | Mikel | timeline score: 109 | |
| May 24, 2012 at 21:43 | vote | accept | Mirzhan Irkegulov | ||
| May 24, 2012 at 21:09 | answer | added | Not Now | timeline score: 298 | |
| May 24, 2012 at 20:47 | history | edited | George M |
tags
|
|
| May 24, 2012 at 20:44 | vote | accept | Mirzhan Irkegulov | ||
| May 24, 2012 at 21:43 | |||||
| May 24, 2012 at 20:33 | answer | added | George M | timeline score: 20 | |
| May 24, 2012 at 20:22 | history | asked | Mirzhan Irkegulov | CC BY-SA 3.0 |