diff options
| author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2005-02-28 17:05:00 +0000 |
|---|---|---|
| committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2005-02-28 17:05:00 +0000 |
| commit | 53365f4b439d96e8e4b51a2641f657617f8d9bda (patch) | |
| tree | 6d575e2692da498b65b25691c16820a04223a802 /games | |
| parent | 55fc1315caf9018542bc6023a02594d17dc1552b (diff) | |
Notes
Diffstat (limited to 'games')
| -rw-r--r-- | games/fortune/datfiles/freebsd-tips | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/fortune/datfiles/freebsd-tips b/games/fortune/datfiles/freebsd-tips index 437ff8593d57..9606042aa298 100644 --- a/games/fortune/datfiles/freebsd-tips +++ b/games/fortune/datfiles/freebsd-tips @@ -374,8 +374,8 @@ Need to print a manpage? Use % Need to remove all those ^M characters from a DOS file? Try - col -bx < dosfile > newfile - -- Dru <genesis@istar.ca> + tr -d \\r < dosfile > newfile + -- Originally by Dru <genesis@istar.ca> % Forget what directory you are in? Type "pwd". -- Dru <genesis@istar.ca> |
