Java教程

BusyBox for Windows

本文主要是介绍BusyBox for Windows,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

Download busybox-w32
BusyBox is a single binary that contains many common Unix tools. It's often found in embedded Linux systems like routers, in Android smartphones, in Linux containers and anywhere else it would be handy to have a compact set of Unix command line tools.

BusyBox 自述

BusyBox is copyrighted by many authors between 1998-2021.
Licensed under GPLv2. See source distribution for detailed
copyright notices.

Usage: busybox [function [arguments]...]
or: busybox --list[-full]
or: busybox --install [-s] [-u|DIR]
or: busybox --uninstall [-n] file
or: function [arguments]...

    BusyBox is a multi-call binary that combines many common Unix
    utilities into a single executable.  The shell in this build
    is configured to run built-in utilities without $PATH search.
    You don't need to install a link to busybox for each utility.
    To run external program, use full path (/sbin/ip instead of ip).

Currently defined functions:
[, [[, ar, arch, ash, awk, base32, base64, basename, bash, bc, bunzip2,
busybox, bzcat, bzip2, cal, cat, chattr, chmod, cksum, clear, cmp,
comm, cp, cpio, cut, date, dc, dd, df, diff, dirname, dos2unix, dpkg,
dpkg-deb, du, echo, ed, egrep, env, expand, expr, factor, false, fgrep,
find, fold, free, fsync, ftpget, ftpput, getopt, grep, groups, gunzip,
gzip, hd, head, hexdump, httpd, iconv, id, inotifyd, install, ipcalc,
kill, killall, less, link, ln, logname, ls, lsattr, lzcat, lzma, lzop,
lzopcat, man, md5sum, mkdir, mktemp, mv, nc, nl, nproc, od, paste,
patch, pgrep, pidof, pipe_progress, pkill, printenv, printf, ps, pwd,
readlink, realpath, reset, rev, rm, rmdir, rpm, rpm2cpio, sed, seq, sh,
sha1sum, sha256sum, sha3sum, sha512sum, shred, shuf, sleep, sort,
split, ssl_client, stat, strings, su, sum, tac, tail, tar, tee, test,
time, timeout, touch, tr, true, truncate, ts, ttysize, uname,
uncompress, unexpand, uniq, unix2dos, unlink, unlzma, unlzop, unxz,
unzip, uptime, usleep, uudecode, uuencode, vi, watch, wc, wget, which,
whoami, whois, xargs, xxd, xz, xzcat, yes, zcat

这篇关于BusyBox for Windows的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!