

___x_cmd_tailall(){
    local fp="$1"
    local TAIL_N=1000000
    ___x_cmd_cmds tail -F -n "$TAIL_N" "$fp"
}
