Cuando intenté editar un archivo CSS para ajustar la fuente emergente a través de vim en la terminal, obtuve
W10: Warning: Changing a readonly file
. Pensando que el sudo podría usarse para abordar eso, fui editando el archivo de todos modos.
body {font-size: 12pt;} → body {font-size: 14pt;}
Pero entonces no pude guardar el cambio.
Probé un comando sugerido en línea :w !sudo tee %
y obtuve
/bin/bash: -c: line 0: unexpected EOF while looking for matching '''
/bin/bash: -c: line 1: syntax error: unexpected end of file
shell returned 2
¿Cómo mejorar ese comando?
/System/Library/Assets/com_apple_MobileAsset_DictionaryServices_dictionaryOSX/3300e8c78ceb9a7ceeb617334b1df9018e6b46b8.asset/AssetData/Oxford\ American\ Writer\'s\ Thesaurus.dictionary/Contents/Resources/DefaultStyle.css
macOS Sierra 10.12.6