3
votes
2answers
98 views

Bash Script(beginner) - Code Improvement Suggestions

I am writing a simple script to automate my regression testing. I am new to bash scripting and my goal is achieve the most efficient and clean code. I have written a simple function to allow me to ...
2
votes
1answer
436 views

Powershell Script for Manipulating Excel Files

I am a newbie at scripting so be easy. I have a directory of xls workbooks with the following naming convention: 001.WIP Monthly Report 002.WIP Joes Custom Report ... 129.PUR Supplier Spend The ...
2
votes
2answers
82 views

How to improve the way I handle greping in this script

What my script does is: Append data to a file on a continuous basis. If an error pattern is observed, then do something. I need feedback on the way I am grepping for patterns in the continuously ...
2
votes
1answer
122 views

Twitter scanner

How can I script this in a better way? // Tweets $twitter_username_string = "aasampat OR ashwinsampat OR somemore"; $twitter_number_of_tweets = 1; $twitter_hashtags = ...