Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Argumentum-listázás Bashben
SUBMITTED BY:
Guest
DATE:
Dec. 18, 2013, 8:32 p.m.
FORMAT:
Bash
SIZE:
119 Bytes
Raw
Download
Tweet
HITS:
866
Go to comments
Report
#!/bin/bash
argc
=
$#
argv
=(
"
$@
"
)
for
((
i
=
0
;
i<
$argc
;
i++
))
do
echo
"
$i
.
${
argv
[
$i
]
}
"
done
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus