annotate echo-p @ 6948:5d30f3d77d3a

<shachaf> le/rn cat elimination/cat elimination is the process of replacing a one-argument `cat` command with the shell operator <
author HackBot
date Wed, 24 Feb 2016 06:06:18 +0000
parents 7cda8a87a7ca
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6664
7cda8a87a7ca <oerjan> mkx echo-p//echo "$1"; mkdir -p "$(dirname "$1")" 2>/dev/null
HackBot
parents:
diff changeset
1 echo "$1"; mkdir -p "$(dirname "$1")" 2>/dev/null