For Fedora OS
I'm still learning here, but I need help to insert a command for example "XXX" to say that I have a file that contains 1000 lines of single product names. I need to write a command to basically print specific lines, such as:
print line 50-100 from MyProductList.sh
This is just an example to give you an idea. inside the file will simply be 1000 lines of 1 worded products. One word on each line.
The result I need might look like this:
50. tea
51. coffe
52. orange
53. banana
54. etc