hi
i have a text file and i want to add 1; to the first line
example before:
eddie.txt
hi my name is
eddie
eddie.txt
example after:
1;my name is
eddie
how can i use awk to add 1; just to the first line
do i need to create new file or i can use the same file
thanks a lot for your help.
i have a text file and i want to add 1; to the first line
example before:
eddie.txt
hi my name is
eddie
eddie.txt
example after:
1;my name is
eddie
how can i use awk to add 1; just to the first line
do i need to create new file or i can use the same file
thanks a lot for your help.