
___x_cmd_path_map(){
    if [ $# -eq 0 ]; then
        ___x_cmd_path_ls_native
    else
        ___x_cmd_path_ls_native | ___x_cmd arg1 "$@"
    fi
}

# Just using grep ...
# ___x_cmd_path_drop(){
#     :
# }

# ___x_cmd_path_filter(){
#     ___x_cmd_path_drop '!' "$@"
# }
