Put char with sed

put char on position X with sed
 
put space on position 5
echo 1234567 | sed 's/./& /5'

put . on position 5
echo 1234567 | sed 's/./&./5'

Configure Putty.exe to save serial console output to a file

  Impact of procedure :  Performing the following procedure should not have a negative impact on your system. Open putty by double click...

Mais vistos