[Tfug] OOCalc opens OOWriter [Solution]

t takahashi gambarimasu at gmail.com
Mon Feb 13 15:39:02 MST 2006


On 2/13/06, Harry McGregor <micros at osef.org> wrote:
> If all of the files are in the same directory...
>
> for i in `ls -1` ; do mv $i $i.csv ; done

unless you have whitespace issues, iwc:

  for i in *
  do
          mv "$i" "$i".csv
  done

unless your files already have an extension, iwc use basename or var
substitution.

emacs dired also has a nice mode where you can do search and replace. 
invoke as "r".

--
Webmaster: do you believe that people will (a) switch browsers to view
your "best viewed with" page or (b) go to your competitor?


More information about the tfug mailing list