prev next index

Using Awk in Linux
Updated March 21, 2002
Created March 21, 2002


cat vi.html | awk '{sub("\r",""); print}' > vi.html.new
cat for.html | awk '{gsub("\r$",""); print}' > for.html.1; mv for.html.1 for.html

prev next index
NEW! Search this Site!:
Search this site powered by FreeFind
Homepage: http://www.cpqlinux.com
Site Map: http://www.cpqlinux.com/datesort.html