146 lines
2.9 KiB
Groff
146 lines
2.9 KiB
Groff
|
.ie \n(.g .ds Aq \(aq
|
||
|
.el .ds Aq '
|
||
|
.TH corebox 1 "corebox 0.1.0"
|
||
|
.SH NAME
|
||
|
corebox \- The box store multitool of embedded Linux
|
||
|
.SH SYNOPSIS
|
||
|
\fBcorebox\fR [\fB\-h\fR|\fB\-\-help\fR] [\fB\-V\fR|\fB\-\-version\fR] [\fIapplet\fR]
|
||
|
.SH DESCRIPTION
|
||
|
The box store multitool of embedded Linux
|
||
|
.SH OPTIONS
|
||
|
.TP
|
||
|
\fB\-h\fR, \fB\-\-help\fR
|
||
|
Print help
|
||
|
.TP
|
||
|
\fB\-V\fR, \fB\-\-version\fR
|
||
|
Print version
|
||
|
.SH APPLETS
|
||
|
.TP
|
||
|
corebox\-base32(1)
|
||
|
Base32 encode/decode data and print to standard output
|
||
|
.TP
|
||
|
corebox\-base64(1)
|
||
|
Base64 encode/decode data and print to standard output
|
||
|
.TP
|
||
|
corebox\-basename(1)
|
||
|
Print NAME with any leading directory components removed.
|
||
|
.TP
|
||
|
corebox\-bootstrap(1)
|
||
|
Install shitbox into the filesystem
|
||
|
.TP
|
||
|
corebox\-chgrp(1)
|
||
|
change group ownership
|
||
|
.TP
|
||
|
corebox\-chmod(1)
|
||
|
change file mode bits
|
||
|
.TP
|
||
|
corebox\-chown(1)
|
||
|
change file owner and group
|
||
|
.TP
|
||
|
corebox\-chroot(1)
|
||
|
run command or interactive shell with special root directory
|
||
|
.TP
|
||
|
corebox\-cut(1)
|
||
|
cut out selected fields of each line of a file
|
||
|
.TP
|
||
|
corebox\-dirname(1)
|
||
|
strip last component from file name
|
||
|
.TP
|
||
|
corebox\-echo(1)
|
||
|
Display a line of text
|
||
|
.TP
|
||
|
corebox\-false(1)
|
||
|
Does nothing unsuccessfully
|
||
|
.TP
|
||
|
corebox\-factor(1)
|
||
|
factor numbers
|
||
|
.TP
|
||
|
corebox\-fold(1)
|
||
|
Wrap each input line to fit in specified width
|
||
|
.TP
|
||
|
corebox\-groups(1)
|
||
|
display current group names
|
||
|
.TP
|
||
|
corebox\-head(1)
|
||
|
Display first lines of a file
|
||
|
.TP
|
||
|
corebox\-hostid(1)
|
||
|
print the numeric identifier for the current host
|
||
|
.TP
|
||
|
corebox\-hostname(1)
|
||
|
Prints the name of the current host. The super\-user can set the host name by supplying an argument.
|
||
|
.TP
|
||
|
corebox\-link(1)
|
||
|
call the link function to create a link to a file
|
||
|
.TP
|
||
|
corebox\-ln(1)
|
||
|
make links between files
|
||
|
.TP
|
||
|
corebox\-logname(1)
|
||
|
print user\*(Aqs login name
|
||
|
.TP
|
||
|
corebox\-mkfifo(1)
|
||
|
make FIFO special files
|
||
|
.TP
|
||
|
corebox\-mknod(1)
|
||
|
make block or character special files
|
||
|
.TP
|
||
|
corebox\-mktemp(1)
|
||
|
create a unique temporary file
|
||
|
.TP
|
||
|
corebox\-nologin(1)
|
||
|
Denies a user account login ability
|
||
|
.TP
|
||
|
corebox\-nproc(1)
|
||
|
Print the number of processing units available
|
||
|
.TP
|
||
|
corebox\-printenv(1)
|
||
|
print all or part of environment
|
||
|
.TP
|
||
|
corebox\-pwd(1)
|
||
|
return working directory name
|
||
|
.TP
|
||
|
corebox\-readlink(1)
|
||
|
Print symbolic link target or canonical file name
|
||
|
.TP
|
||
|
corebox\-realpath(1)
|
||
|
return resolved physical path
|
||
|
.TP
|
||
|
corebox\-rev(1)
|
||
|
reverse lines characterwise
|
||
|
.TP
|
||
|
corebox\-rm(1)
|
||
|
remove files or directories
|
||
|
.TP
|
||
|
corebox\-rmdir(1)
|
||
|
remove directories
|
||
|
.TP
|
||
|
corebox\-sleep(1)
|
||
|
Suspend execution for an interval of time
|
||
|
.TP
|
||
|
corebox\-sync(1)
|
||
|
force completion of pending disk writes (flush cache)
|
||
|
.TP
|
||
|
corebox\-true(1)
|
||
|
Does nothing successfully
|
||
|
.TP
|
||
|
corebox\-unlink(1)
|
||
|
call the unlink function to remove the specified file
|
||
|
.TP
|
||
|
corebox\-wc(1)
|
||
|
Print newline, word, and byte counts for each file
|
||
|
.TP
|
||
|
corebox\-which(1)
|
||
|
Write the full path of COMMAND(s) to standard output
|
||
|
.TP
|
||
|
corebox\-whoami(1)
|
||
|
print effective user name
|
||
|
.TP
|
||
|
corebox\-yes(1)
|
||
|
output a string repeatedly until killed
|
||
|
.TP
|
||
|
corebox\-help(1)
|
||
|
Print this message or the help of the given subcommand(s)
|
||
|
.SH VERSION
|
||
|
v0.1.0
|