Bash For Loop with a range of numbers
This example shows how to run for loop in bash:
for i in {1..100}
do
echo $i && player_cli play file:///root/h264_aac_sample.mpg
done
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
This example shows how to run for loop in bash:
for i in {1..100}
do
echo $i && player_cli play file:///root/h264_aac_sample.mpg
done