Thanks to visit codestin.com Credit goes to github.com
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 4c18067 commit 69444e0Copy full SHA for 69444e0
README.md
@@ -14,6 +14,7 @@ A collection of simple Bash scripts.
14
1. [Convertlowercase.sh](scripts/convertlowercase.sh): convert data either from the file or standard input to lowercase
15
1. [up.sh](scripts/up.sh): move up a directory in shell script
16
1. [List-dir.sh](scripts/list-dir.sh): list files in a directory
17
+1. [Count-lines.sh](scripts/count-lines.sh): print out the line number of each file in current directory
18
1. [Randomfile.sh](scripts/randomfile.sh): create unique file/folder automatically with date and time stamp
19
1. [Random-emoji.sh](scripts/random-emoji.sh): print ramdom emojis
20
1. [pomodoro.sh](scripts/pomodoro.sh): a simple pomodoro app written in bash
0 commit comments