Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!nrl-cmf!cmcl2!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: comp.unix.wizards Subject: Re: Kernel Hacks & Weird Filenames Message-ID: <7869@brl-smoke.ARPA> Date: 11 May 88 14:11:44 GMT References: <13041@brl-adm.ARPA> <14020039@hpisod2.HP.COM> <326@augean.OZ> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB)) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 12 In article <326@augean.OZ> idall@augean.OZ (Ian Dall) writes: >"Unprintable" characters in file names would be less of a problem if they >could be readilly be seen. It seems to me that the best solution is to >allow file names to be as general as possible but to modify either the >terminal driver or ls to display unprintable characters in some unambiguous >form. Geez. Haven't you heard of "pipes and filters"? Pipe the output of "ls" into a filter that converts whatever your notion of unprintable characters may be into whatever you think the corresponding printable equivalent should be. Don't try to muck around with the basic system kernel and utilities!