Create file with bash for loop
for i in {0..100}; do echo "Hello $i"; done > /opt/hello
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
for i in {0..100}; do echo "Hello $i"; done > /opt/hello