5 lines
155 B
Bash
Executable File
5 lines
155 B
Bash
Executable File
#!/bin/bash
|
|
sed -n '1,100p' /var/www/html/value-streaming.html
|
|
echo "--- continuation ---"
|
|
sed -n '100,247p' /var/www/html/value-streaming.html | head -30
|