Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

sed replace spaces with hyphen

sed --in-place 's/ /-/g' /path/to/file
Source by unix.stackexchange.com #
 
PREVIOUS NEXT
Tagged: #sed #replace #spaces #hyphen
ADD COMMENT
Topic
Name
4+2 =