2 lines
64 B
Plaintext
2 lines
64 B
Plaintext
|
grep -rli '/mnt/lfs' * | xargs -i@ sed -i 's/\/mnt\/lfs\///g' @
|