Skip to content

Commit bcc1d09

Browse files
committed
getOnlineFiles.sh+Organize Folder+Documentation
Sample.txt was added to support program's demonstration. counting-files.sh , date-rename-jpg.sh, findFile.sh, ReadFile.sh were moved to Files-Folder-Program count-lines.sh, letter-frequency-in-file.sh, textReplacement.sh, word-search.sh were moved to Text-Utility
1 parent ef56a92 commit bcc1d09

File tree

14 files changed

+38
-2
lines changed

14 files changed

+38
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

3-
value=`cat read_file.txt`
3+
value=`cat sample.txt`
44
echo "$value"
File renamed without changes.
File renamed without changes.
File renamed without changes.

Files-Folder-Programms/sample.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
GitHub, Inc., is an Internet hosting service for software development and version control using Git.
2+
It provides the distributed version control of Git plus access control, bug tracking, software feature requests, task management, continuous integration, and wikis for every project.
3+
Headquartered in California, it has been a subsidiary of Microsoft since 2018. It is commonly used to host open source software development projects.
4+
As of June 2022, GitHub reported having over 83 million developers and more than 200 million repositories, including at least 28 million public repositories.
5+
It is the largest source code host as of November 2021.

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,26 @@ You can include any Bash scripts that can help anyone. This repository is intend
1111

1212

1313
[P.S Don't Forgot to Star if you Liked it or You are helped Somehow. It motivates us to run such Opensource Projects.]
14+
15+
## APPLICATIONS
16+
Simple-bash-programs
17+
| FILE | USAGE | Code |
18+
| --------------------------------------------------------- | --------------- | ---- |
19+
| [helloworld.sh](/simple-bash-programs/helloworld.sh) | Hello World | |
20+
| [addTwoNumbers.sh](simple-bash-programs/addTwoNumbers.sh) | Add Two Numbers | |
21+
22+
Files-Folder
23+
| FILE | UASGE | Code |
24+
| ---------------------------------------------------------------- | -------------------------- | ---- |
25+
| [counting-files.sh](/Files-Folder-Programms/counting-files.sh) | Count Files in a Directory | |
26+
| [date-rename-jpg.sh](/Files-Folder-Programms/date-rename-jpg.sh) | Rename Files With Date | |
27+
| [findFile.sh](Files-Folder-Programms/findFile.sh) | | |
28+
| [ReadFile.sh](Files-Folder-Programms/ReadFile.sh) | | |
29+
30+
Text-Utility
31+
| FILE | USAGE | Code |
32+
| ----------------------------------------------------------------------- | -------------------------------------------- | ---- |
33+
| [count-lines.sh](Text-Utility/count-lines.sh) | Count Lines in File | |
34+
| [letter-frequency-in-file.sh](Text-Utility/letter-frequency-in-file.sh) | Count The Frequency of Every Letters in File | |
35+
| [textReplacement.sh](Text-Utility/textReplacement.sh) | Replace Texts in Files | |
36+
| [word-search.sh](Text-Utility/word-search.sh) | Search for Word in Files | |
File renamed without changes.

Text-Utility/sample.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
GitHub, Inc., is an Internet hosting service for software development and version control using Git.
2+
It provides the distributed version control of Git plus access control, bug tracking, software feature requests, task management, continuous integration, and wikis for every project.
3+
Headquartered in California, it has been a subsidiary of Microsoft since 2018. It is commonly used to host open source software development projects.
4+
As of June 2022, GitHub reported having over 83 million developers and more than 200 million repositories, including at least 28 million public repositories.
5+
It is the largest source code host as of November 2021.
File renamed without changes.

0 commit comments

Comments
 (0)