awk '{print NR, $0}' file.txt
Category: Text Processing
Print each line with its line number prepended