diff options
Diffstat (limited to 'usr.bin/learn/lib/files/L7.3b')
-rw-r--r-- | usr.bin/learn/lib/files/L7.3b | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/usr.bin/learn/lib/files/L7.3b b/usr.bin/learn/lib/files/L7.3b new file mode 100644 index 00000000000..1d3b1072f53 --- /dev/null +++ b/usr.bin/learn/lib/files/L7.3b @@ -0,0 +1,17 @@ +#print +You can use the [] characters anywhere you want +in a file name. For example, + ls a[bc]d +would match abd or acd, right? +What is the command that finds out how +many files are named "ax" or "bx"? +Type that command, then "ready". +#create ax +#create bx +#copyin +#user +#uncopyin +#match ls [ab]x +#log +#next +7.3c 2 |