Coding vs Scripting
Coding vs Scripting is a long debate that's relatively hard to answer. The main difference are that coding lets you create a particular program , where scripting lets you control a program that you or somebody else had created with code.
- Display given string at center/left/right of a line in title format
- Read a number between 1-10 and display it in words
- Pass string and format(title/lower/upper) as command line argument and print as per the format provided by user
- Write a platform independent script to clear terminal
- Read a path and check if given path is a file or a directory
- Read a directory path and identify all files and directory
- To check if the number is odd or even
- Read a string and print their chars and index values
- Find all the files in a directory with extension .py/.txt/.sh etc
- Find all the files which are older than x days
- Find Bash version of Linux OS
- Find Java Version
- Copy the contents of a file to another file
- Transfer a file from local server to remote server and vice versa using paramiko of python
- Python script to find all tomcats home and config file locations
NOTE:
I will keep adding more real-time scripts and projects , it's just beginning :)
- Visit the Github issue Section , Fork the repository.
- Clone the forked repository to your local system.
- Make your changes in the code in your local system.
- Send a Pull Request.
- If you like the Notes, you can appreciate by providing star to the repository.