diff --git a/README.md b/README.md index ed87a1f..0aff4ea 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ The source code and binaries are distributed on [the Release Page](https://githu For example, in the case of Linux (amd64), you can install the MimixBox and documents on your system with the following command: ``` -$ tar xf mimixbox-0.0.1-linux-arm64.tar.gz -$ cd mimixbox-0.0.1-linux-arm64 +$ tar xf mimixbox-0.30.0-linux-amd64.tar.gz +$ cd mimixbox-0.30.0-linux-amd64 $ sudo ./installer.sh ``` diff --git a/docs/introduction/en/CommandAppletList.md b/docs/introduction/en/CommandAppletList.md index 030cbe1..88eb3c9 100644 --- a/docs/introduction/en/CommandAppletList.md +++ b/docs/introduction/en/CommandAppletList.md @@ -56,23 +56,54 @@ If you want to see the list of supported commands on the terminal, use the --lis ``` $ mimixbox --list + base64 - Base64 encode/decode from FILR(or STDIN) to STDOUT + basename - Print basename (PATH without"/") from file path cat - Concatenate files and print on the standard output + chgrp - Change the group of each FILE to GROUP + chown - Change the owner and/or group of each FILE to OWNER and/or GROUP chroot - Run command or interactive shell with special root directory + cowsay - Print message with cow's ASCII art + cp - Copy file(s) otr Directory(s) + dirname - Print only directory path + dos2unix - Change CRLF to LF echo - Display a line of text + expand - Convert TAB to N space (default:N=8) fakemovie - Adds a video playback button to the image false - Do nothing. Return unsuccess(1) ghrdc - GitHub Relase Download Counter + groups - Print the groups to which USERNAME belongs + head - Print the first NUMBER(default=10) lines + hostid - Print hostid (Host Identity Number, hex)!!!Does not work properly!!! + id - Print User ID and Group ID ischroot - Detect if running in a chroot + kill - Kill process or send signal to process + ln - Create hard or symbolic link mbsh - Mimix Box Shell + md5sum - Calculate or Check md5sum message digest mkdir - Make directories mkfifo - Make FIFO (named pipe) mv - Rename SOURCE to DESTINATION, or move SOURCE(s) to DIRECTORY + nl - Write each FILE to standard output with line numbers added path - Manipulate filename path rm - Remove file(s) or directory(s) rmdir - Remove directory + sddf - Search & Delete Duplicated File + seq - Print a column of numbers serial - Rename the file to the name with a serial number - sh - Mimix Box Shell + sha1sum - alculate or Check sercure hash 1 algorithm +sha256sum - alculate or Check sercure hash 256 algorithm +sha512sum - alculate or Check sercure hash 512 algorithm + sl - Cure your bad habit of mistyping + sleep - Pause for NUMBER seconds(minutes, hours, days) + tac - Print the file contents from the end to the beginning + tail - Print the last NUMBER(default=10) lines touch - Update the access and modification times of each FILE to the current time true - Do nothing. Return success(0) + unexpand - Convert N space to TAB(default:N=8) + unix2dos - Change LF to CRLF + uuidgen - Print UUID (Universal Unique IDentifier + wc - Word Count + wget - The non-interactive network downloader which - Returns the file path which would be executed in the current environment + whoami - Print login user name ``` \ No newline at end of file diff --git a/docs/introduction/ja/README.md b/docs/introduction/ja/README.md index 251bbda..d53b72f 100644 --- a/docs/introduction/ja/README.md +++ b/docs/introduction/ja/README.md @@ -19,8 +19,8 @@ MimixBoxは、シングルバイナリの中に多数のUnixコマンドを持 例えば、Linux(amd64)の場合、次のコマンドでMimixBoxとドキュメントをインストールできます。 ``` -$ tar xf mimixbox-0.0.1-linux-arm64.tar.gz -$ cd mimixbox-0.0.1-linux-arm64 +$ tar xf mimixbox-0.30.0-linux-amd64.tar.gz +$ cd mimixbox-0.30.0-linux-amd64 $ sudo ./installer.sh ```