Examveda
Examveda

Which one of the following command will be used for adding two spaces before every line in emp.lst?

A. sed 's/^/ /' emp.lst

B. sed 's / / /'emp.lst

C. sed 's /$/ /'emp.lst

D. sed 's/$/

Answer: Option A


This Question Belongs to Computer Science >> Unix

Join The Discussion

Related Questions on Unix