quotefmtinstall() call seems to be redundant.
[came across this while trying to find out programs that quote
printed file names like ls and du. i missed -Q option (ls(1))
in du (in pipelines) till i discovered this unquote mechanism:
du -a | sed 's/^/echo /' | rc
]
Arvindh
|