Files
alfred-preferences/Alfred.alfredpreferences/snippets/Favorites/Extract Filename without Extension using awk command [94E6A983-C030-417C-87FB-3CE8F0076237].json
2026-03-26 09:22:38 +08:00

8 lines
228 B
JSON

{
"alfredsnippet" : {
"snippet" : "echo {cursor} | awk -F. '{print $1}'",
"uid" : "94E6A983-C030-417C-87FB-3CE8F0076237",
"name" : "Extract Filename without Extension using awk command",
"keyword" : "awk"
}
}