Search Results - JustLinux Forums


Search:

Type: Posts; User: hotleadpdx

Search: Search took 0.04 seconds.

  1. Replies
    278
    Views
    668,787

    "Useless Uses of Cat" :) How amusing :) Where's...

    "Useless Uses of Cat" :) How amusing :) Where's the list kept? Using cat is a bad habit of mine from working with compressed files all day (zcat $file | blah blah...). But! If there's a sed command...
  2. Replies
    278
    Views
    668,787

    Though this doesn't really fit into the...

    Though this doesn't really fit into the programming challenge I'd use sed to accomplish this:

    cat $file |sed 's/[TAB]/[3SPACES/' > $newfile

    Sometimes the best programming is using the tools...
Results 1 to 2 of 2