changeset 10854:17f33fc68d2c

<oerjan> learn `run <command> is HackEgo\'s builtin for runninc a command with full shell syntax. These days most use the user-made `` or ``` shortcuts instead, although all of the three have subtle differences, with `run being the most plain option (also, unlike the rest it cannot be called from other commands.)
author HackBot
date Sun, 30 Apr 2017 18:08:57 +0000
parents b03bd5c4a619
children 5445905be89a
files wisdom/`run
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/wisdom/`run	Sun Apr 30 18:08:57 2017 +0000
@@ -0,0 +1,1 @@
+`run <command> is HackEgo's builtin for runninc a command with full shell syntax. These days most use the user-made `` or ``` shortcuts instead, although all of the three have subtle differences, with `run being the most plain option (also, unlike the rest it cannot be called from other commands.)