Changes between Version 15 and Version 16 of cypress/BasicLinuxComands
- Timestamp:
- 08/20/15 06:27:20 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/BasicLinuxComands
v15 v16 333 333 334 334 {{{ 335 [tulaneID@cypress1 examples]$ catnumbers.txt | grep 1335 [tulaneID@cypress1 examples]$ head -5 numbers.txt | grep 1 336 336 01 337 10338 337 [tulaneID@cypress1 examples]$ 339 338 }}}