Re: [expert] Shell scripting question

2002-02-05 Thread kwan
On Wed, 6 Feb 2002, [iso-8859-1] Steve Kieu wrote: > > Hi, > > How can I tell ls to display the "\ " in a file name > or directory name" ls -b1 > How can I tell ls to make its output as a continuous > string like "Test\ This" > > Well the real problem is ; I want to convert every mp3 > file i

Re: [expert] Shell scripting question

2002-02-05 Thread jipe
Le Mercredi 6 Février 2002 00:26, vous avez écrit : > Hi, > > How can I tell ls to display the "\ " in a file name > or directory name" > > Usually if I do > > mkdir Test\ This > > ls > > Test This > > How can I tell ls to make its output as a continuous > string like "Test\ This" > > Well the re

[expert] Shell scripting question

2002-02-05 Thread Steve Kieu
Hi, How can I tell ls to display the "\ " in a file name or directory name" Usually if I do mkdir Test\ This ls Test This How can I tell ls to make its output as a continuous string like "Test\ This" Well the real problem is ; I want to convert every mp3 file in a directory to ogg vorbis,