Voglio aggiungere una variabile al fine di una specifico linea nel file file.txt
. Il mio codice finora:
#!/bin/bash
read -p "What is the path of the repo? > " input
echo :$input >> file.txt
Voglio aggiungerlo a la fine di linea 2 . Per esempio,
file.txt
--------
before -
1.stuff
2./home/retep/awesome
after -
1.stuff
2./home/retep/awesome:/home/retep/cool