Files
alfred-preferences/Alfred.alfredpreferences/snippets/Favorites/Create and Write Content to a File Named myfile Using sudo [CFC498FC-0A03-44DA-A614-37E5D11ADB11].json
2026-03-26 09:22:38 +08:00

8 lines
240 B
JSON

{
"alfredsnippet" : {
"snippet" : "cat << EOF | sudo tee myfile\n…\nEOF",
"uid" : "CFC498FC-0A03-44DA-A614-37E5D11ADB11",
"name" : "Create and Write Content to a File Named \"myfile\" Using sudo",
"keyword" : "EOF"
}
}