Shell Scripts
Ready made shell scripts for some specific requirements:
- Shell Script to read database table definition
- Shell Script to prepare Oracle insert queries for data present in flat file.
- Shell Script which helps you to do shell scripting faster. (My favorite)
- Shell Script to retrieve table names from Oracle queries
- Shell Script to find the top n big files in your account .
- Shell Script to rename a group of files.
- Shell Script to read a file line by line in shell using while.
- Shell Script to send reminder emails for birthday
- Shell script to zero pad a variable. (Point 5)
- Shell Script to reverse a string (Point 5)
- Shell Script to right pad a number. (Point 3)
- Shell Script to swap every 2 lines in a file (Point 5)
- Shell Script to insert a line before or after a pattern (Point 4)
- Shell Script to read 2 files line by line alternatively (Point 5)
- Shell Script to insert a line after every n lines (Point 4)
- Shell Script to change the delimiter of a file (Point 7 & 8)
- Shell Script to find the sum of all numbers in a line (Point 4 & 5)
- Shell script to dump an Oracle table to a CSV file Note: For the complete list of all the articles of The UNIX School, check the 'Article Archive' in the right hand side.