X-Spam-Check-By: sourceware.org Date: Thu, 15 Dec 2005 20:04:52 -0500 (EST) From: Igor Pechtchanski Reply-To: cygwin AT cygwin DOT com To: Shankar Unni cc: cygwin AT cygwin DOT com Subject: Re: Switching Default Text Type In-Reply-To: Message-ID: References: <43A1E9E5 DOT 4080305 AT student DOT lu DOT se> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Thu, 15 Dec 2005, Shankar Unni wrote: > Lennart Borgman wrote: > > What is the minimum sequence of operations needed to switch default > > text type in Cygwin? > > mount -m > commands.sh > > # edit commands.sh, and change -t to -b or vice versa > > sh commands.sh Or, in one shot: Text->Binary: eval "`mount -m | sed '/ -s /s/ -t / -b /'`" Binary->Text: eval "`mount -m | sed '/X11/!{/ -s /s/ -b / -t /}'`" (See ). Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! If there's any real truth it's that the entire multidimensional infinity of the Universe is almost certainly being run by a bunch of maniacs. /DA -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/