Skip to content

Commit c7de115

Browse files
committed
I fixed a few grammer mistakes on README.md
1 parent e8e8108 commit c7de115

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Here is some more detailed information about the scripts I have written. I do n
22

33
In the scripts the comments etc are lined up correctly when they are viewed in [Notepad++](https://notepad-plus-plus.org/). This is what I use to code Python scripts.
44

5-
- `batch_file_rename.py` - This will batch rename a group of files in a given directory, once you pass the current and new extensions.
5+
- `batch_file_rename.py` - This batch will rename a group of files in a given directory, once you pass the current and new extensions.
66

77
- `create_dir_if_not_there.py` - Checks to see if a directory exists in the users home directory, if not then create it.
88

@@ -18,15 +18,15 @@ In the scripts the comments etc are lined up correctly when they are viewed in [
1818

1919
- `move_files_over_x_days.py` - This will move all the files from the source directory that are over 240 days old to the destination directory.
2020

21-
- `nslookup_check.py` - This very simple script opens the file `server_list.txt` and the does an nslookup for each one to check the DNS entry.
21+
- `nslookup_check.py` - This very simple script opens the file `server_list.txt` and then does an nslookup for each one to check the DNS entry.
2222

2323
- `osinfo.py` - Displays some information about the OS you are running this script on.
2424

25-
- `ping_servers.py` - This script will, depending on the arguments supplied will ping the servers associated with that application group.
25+
- `ping_servers.py` - This script will, depending on the arguments supplied, will ping the servers associated with that application group.
2626

2727
- `ping_subnet.py` - After supplying the first 3 octets it will scan the final range for available addresses.
2828

29-
- `powerdown_startup.py` - This goes through the server list and pings the machine, if it's up it will load the putty session, if its not it will notify you.
29+
- `powerdown_startup.py` - This goes through the server list and pings the machine, if it's up it will load the putty session, if it's not it will notify you.
3030

3131
- `puttylogs.py` - This zips up all the logs in the given directory.
3232

@@ -39,4 +39,4 @@ In the scripts the comments etc are lined up correctly when they are viewed in [
3939
- `serial_scanner.py` contains a method called ListAvailablePorts which returns a list with the names of the serial ports that are in use in our computer, this method works only on Linux and Windows (can be extended for mac osx). If no port is found, an empty list is returned.
4040

4141
- `get_youtube_view.py` - This is very simple python script to get more views for your youtube videos.Some times I use for repeating my favorite songs by this scripts.
42-
- `CountMillionCharacter.py` - This Script will,counting character script count how much character present *any text based file.
42+
- `CountMillionCharacter.py` - This Script will,counting character script, count how much character present *any text based file.

0 commit comments

Comments
 (0)