You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ Here is some more detailed information about the scripts I have written. I do n
2
2
3
3
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.
4
4
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.
6
6
7
7
-`create_dir_if_not_there.py` - Checks to see if a directory exists in the users home directory, if not then create it.
8
8
@@ -18,15 +18,15 @@ In the scripts the comments etc are lined up correctly when they are viewed in [
18
18
19
19
-`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.
20
20
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.
22
22
23
23
-`osinfo.py` - Displays some information about the OS you are running this script on.
24
24
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.
26
26
27
27
-`ping_subnet.py` - After supplying the first 3 octets it will scan the final range for available addresses.
28
28
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.
30
30
31
31
-`puttylogs.py` - This zips up all the logs in the given directory.
32
32
@@ -39,4 +39,4 @@ In the scripts the comments etc are lined up correctly when they are viewed in [
39
39
-`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.
40
40
41
41
-`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