hackerrank-linux-shellSolutions for the Linux Shell - Bash, Text Processing, Arrays in Bash, Grep Sed Awk Challenges on HackerRankBash - Shell ScriptingNumberChallengesSolutions1Let's Echo!Solution.sh2Looping and SkippingSolution.sh3A Personalized EchoSolution.sh4Looping with numbersSolution.sh5The World of NumbersSolution.sh6Comparing NumbersSolution.sh7Getting started with conditionalsSolution.sh8More on ConditionalsSolution.sh9Arithmetic OperationsSolution.sh10Compute the AverageSolution.sh11Functions and Fractals - Recursive Trees - Bash!Solution.shText ProcessingNumberChallengeSolutions1Cut #1Solution2Cut #2Solution3Cut #3Solution4Cut #4Solution5Cut #5Solution6Cut #6Solution7Cut #7Solution8Cut #8Solution9Cut #9Solution10Head of a Text File #1Solution11Head of a Text File #2Solution12Middle of a Text FileSolution13Tail of a Text File #1Solution14Tail of a Text File #2Solution15'Tr' Command #1Solution16'Tr' Command #2Solution17'Tr' Command #3Solution18Sort Command #1Solution19Sort Command #2Solution20Sort Command #3Solution21Sort Command #4Solution22Sort Command #5Solution23Sort Command #6Solution24Sort Command #7Solution25'Uniq' Command #1Solution26'Uniq' Command #2Solution27'Uniq' Command #3Solution28'Uniq' Command #4Solution29Paste - 1Solution30Paste - 2Solution31Paste - 3Solution32Paste - 4SolutionArrays in BashNumberChallengeSolutions1Read in an ArraySolution2Slice an ArraySolution3Filter an Array with PatternsSolution4Concatenate an array with itselfSolution5Display an element of an arraySolution6Count the number of elements in an ArraySolution7Remove the First Capital Letter from Each ElementSolution8Lonely Integer - Bash!SolutionGrep Sed AwkNumberChallengeSolutions1'Grep' #1Solution2'Grep' #2Solution3'Grep' #3Solution4'Grep' -ASolution5'Grep' -BSolution6'Sed' command #1Solution7'Sed' command #2Solution8'Sed' command #3Solution9'Sed' command #4Solution10'Sed' command #5Solution11'Awk' - 1Solution12'Awk' - 2Solution13'Awk' - 3Solution14'Awk' - 4Solution