Quando ho provato a modificare un file CSS per regolare il carattere pop-out tramite vim nel terminale, ho ottenuto
W10: Warning: Changing a readonly file
. Pensavo che sudo potesse essere usato per affrontarlo, ho comunque modificato il file.
body {font-size: 12pt;} → body {font-size: 14pt;}
Ma poi non ho potuto salvare la modifica.
Ho provato un comando suggerito in linea :w !sudo tee %
e ottenuto
/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
Come migliorare quel 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