1
0
mirror of synced 2026-03-17 15:44:27 +00:00

Compare commits

..

1 Commits

Author SHA1 Message Date
Larry Masinter
c810d2860b use 'less -R' instead of 'more' for better compatibility in lsee (#439) 2021-08-27 09:57:10 -07:00

View File

@@ -17,5 +17,4 @@ tr '\r' '\n' < $1 | \
-e 's///g'\
-e 's///g'\
-e 's//:/g' \
| more
| less -R