From 562a9a52d599d9a05f871404050968a5fd282640 Mon Sep 17 00:00:00 2001 From: elioat Date: Wed, 23 Aug 2023 07:52:19 -0400 Subject: * --- js/games/nluqo.github.io/~bh/61a-pages/Lectures/unix/steps | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 js/games/nluqo.github.io/~bh/61a-pages/Lectures/unix/steps (limited to 'js/games/nluqo.github.io/~bh/61a-pages/Lectures/unix/steps') diff --git a/js/games/nluqo.github.io/~bh/61a-pages/Lectures/unix/steps b/js/games/nluqo.github.io/~bh/61a-pages/Lectures/unix/steps new file mode 100644 index 0000000..605c9e7 --- /dev/null +++ b/js/games/nluqo.github.io/~bh/61a-pages/Lectures/unix/steps @@ -0,0 +1,7 @@ +tr -d '.,;:"\!\[]()' < summary > nopunct +tr ' ' ' ' < nopunct > notab +tr ' ' '\n' < notab > oneword +tr '[A-Z]' '[a-z]' < oneword > lowcase +sort < lowcase > sorted +uniq < sorted > nodup +join -v1 nodup words > errors -- cgit 1.4.1-2-gfad0