Add ffile command
Combination of file and type
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
|
||||
function jql() {
|
||||
jq -C . "$@" | less -r
|
||||
jq -C . "$@" | less -r
|
||||
}
|
||||
|
||||
function ffile() {
|
||||
local filename="$1"
|
||||
shift
|
||||
file $(type -p "$filename") $@
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user