We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9775849 commit 4d5756fCopy full SHA for 4d5756f
topics/linux/README.md
@@ -2249,6 +2249,14 @@ $OLDPWD
2249
2250
<details>
2251
<summary>How to count the number of lines in a file? What about words?</summary><br><b>
2252
+
2253
+For these we can use `wc` command.
2254
2255
+1. To count the number of lines in file
2256
+```wc -l```
2257
2258
+2. To count the number of words in file
2259
+```wc -w```
2260
</b></details>
2261
2262
0 commit comments