You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allowing more natural shell-scripting would be nice, as per janet:
($ ls -l | grep ^d | awk '{print $NF}' )
Obvious issue here is that we need to ensure we don't evaluate the arguments, as if it were a macro, but it is not a macro. So we'll have a special form I guess.