Search Results

Search: Posts Made By: spacebase
106,860
Posted By spacebase
Thank you both for the quick replies. Using: ...
Thank you both for the quick replies. Using:

awk '{ print $0 ".pdf" }' < input > output
and
$ perl -ne 'chomp; printf "%s.pdf\n", $_' infile

both output:
/02/pdf/06.pdf
within Terminal on...
106,860
Posted By spacebase
Append text to end of every line
I've scoured the internet with mixed results. As an amateur I turn to the great minds here.

I have a text file of 80 or so lines. I want to add ".pdf" to the end of each line. (For now that's...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 07:58 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy