We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c380d75 commit 48957e7Copy full SHA for 48957e7
linux-shell/00040_HackerrankLinuxShell.sh
@@ -0,0 +1,7 @@
1
+#!/bin/sh
2
+
3
+# Slice an Array
4
+# https://www.hackerrank.com/challenges/bash-tutorials-slice-an-array/problem?isFullScreen=true
5
6
+readarray array
7
+echo ${array[@]:3:5}
0 commit comments