Skip to content

mohammedsameer/Scripting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello.sh: A simple hello world
loop.sh: Looping using for & while loops
arrays.sh: Creating & manipulating arrays
searchFiles.sh: Finds all files with a given in a specified directory. Takes
		 two arguments i)file name ii) file dir
functions.sh: Function & there invocation using case statement based on user input
alias.sh: Alias creator. Takes two input arguments i)alias name ii)alias location
findLargestFile.sh: Last n(input argument) large files in current directory
searchText.sh: Search input text in input dir
redirectStdIn.sh: Redirect from standard input stream
redirectStdOut.sh: Redirect to standard output stream
padding.sh: Explore number padding
backtick.sh: Uses backtick to find 3 largest files in curr directory
braches.sh: Use cases of braces usage
squareBrackets.sh: Use cases of square brackets usage
inputArgs.sh: How to pass in and use input args
jqtest.sh: Parsing json files
deployBpsVm: Service deploy script

About

Bash Scripting & More

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages