Skip to content

The purpose of the repository is to take inputs from text file and comments to all files and folders mentioned in the text file (including files in sub-directory too!)

Notifications You must be signed in to change notification settings

Shrinidhikulkarni7/Add-Comments-Files-Folders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Add-Comments-Files/Folders

The purpose of the repository is to take inputs from text file and comments to all files and folders mentioned in the text file (including files in sub-directory too!)

Add the files and folders in the content.txt (with suitable path) and then execute the following.

./filter.sh $(content.txt)

The program will parse the entire text file and will add comments to every file mentioned.And if the directories are mentioned, it wil fetch all the files inside directory and comments to it.

The comments can be changed in echo command present in filter.sh and addComment.sh

About

The purpose of the repository is to take inputs from text file and comments to all files and folders mentioned in the text file (including files in sub-directory too!)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages