pastebin - collaborative debugging

pastebin is a collaborative debugging tool allowing you to share and modify code snippets while chatting on IRC, IM or a message board.

This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

pastebin - collaborative debugging tool View Help


Posted by Anonymous on Fri 1 Feb 11:51
report abuse | download | new post

  1. # hier werden alle *.conf in utf-8 convertiert
  2.  indir="channels"
  3.  outdir="/tmp"
  4.  const=".conf"
  5.  ls $indir | grep $const |
  6.  {
  7.     while read infile
  8.      do
  9.         iconv -f iso8859-5 -t utf-8 $indir/$infile -o $outdir/$infile
  10.         mv /tmp/*.conf $indir
  11.      done
  12.  }

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with @@


Remember me so that I can delete my post