Logo
Explore Help
Sign In
iSharkFly-Docs/java-tutorials
1
0
Fork 0
You've already forked java-tutorials
Code Issues Pull Requests Packages Projects Releases Wiki Activity
java-tutorials/linux-bash-modules/command-line-arguments/src/main/bash/users-shift-operator.sh

11 lines
101 B
Bash
Raw Normal View History

BAEL-3469 - How to pass command line arguments to Bash Script (#8174) * Example for hexagonal architecture in java * BAEL-3469 - How to Pass command line arguments to bash script * Removed source code for evaluation article
2019-11-11 21:49:37 +05:30
#!/bin/bash
i=1;
j=$#;
while [ $i -le $j ]
do
echo "Username - $i: $1";
i=$((i + 1));
shift 1;
done
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 418ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API