
___x_cmd_history_sortfornext(){
    local cmd="$1"; shift

    ___x_cmd_history_sortfornext | \
        ___x_cmd_cmds awk -f "$___X_CMD_ROOT_MOD/history/lib/awk/sortfornext.awk"
}
