about summary refs log blame commit diff stats
path: root/awk/2222.awk
blob: bafa5ac6fdc6b463387349990391f75afa85c4b1 (plain) (tree)
1
2
3
4
5
6





                                                                      
#!/bin/bash

file="2222.txt"

# read each line from the file and sleep for 0.6039604 seconds
awk '{ system("clear"); print $0; system("sleep 0.6039604") }' "$file"