Created
June 10, 2021 09:35
-
-
Save data4sci/ed3eed85845722eb959c3db872d5737b to your computer and use it in GitHub Desktop.
očíslovat/spočítat řádky na stdout pomocí grep
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cat file.txt | grep -n "" | |
| #nebo | |
| neco_s_vystupem | cat -n |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment