"New"? That's how we old-timers used to have to comment shell scripts before
"#" comments were added to /bin/sh.
The reason it's not used as a generic command substituter (usually in
Makefiles) is that it's a shell builtin. make execvp's commands, so : would
fail unless you had in the command some kind of marker that told make to pass
the command to sh instead (in older/non-GNU make, this mostly means
wildcards).
-- brandon s. allbery [os/2][linux][solaris][japh] allbery@kf8nh.apk.net system administrator [WAY too many hats] allbery@ece.cmu.edu carnegie mellon / electrical and computer engineering KF8NH We are Linux. Resistance is an indication that you missed the point.- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/