#!/bin/awk -f # parse the output of "ls -l" # print owner and filename # remember - Berkeley ls -l has 8 fields, System V has 9 { if (NF == 8) { print 3,ドル 8ドル; } else if (NF == 9) { print 3,ドル 9ドル; } }

AltStyle によって変換されたページ (->オリジナル) /