cleanpath: try to resolve away /../ /./ and //// from paths. usage: cleanpath [-d] [-a] [, ...] reads from stdin if no paths supplied on cmdline. -a always return absolute paths, apply `pwd` if relative. -d debug mode prints OLD: ... NEW: lines for each path.