├── .github ├── dependabot.yml └── workflows │ └── android.yml ├── .gitignore ├── .gitmodules ├── README.md ├── app ├── .gitignore ├── build.gradle ├── proguard-rules.pro └── src │ ├── androidTest │ └── java │ │ └── ernest │ │ └── linuxcmd │ │ └── ExampleInstrumentedTest.java │ ├── main │ ├── AndroidManifest.xml │ ├── assets │ │ ├── command │ │ │ ├── 7z.md │ │ │ ├── ab.md │ │ │ ├── accept.md │ │ │ ├── ack.md │ │ │ ├── ag.md │ │ │ ├── alias.md │ │ │ ├── apachectl.md │ │ │ ├── apk.md │ │ │ ├── apropos.md │ │ │ ├── apt-get.md │ │ │ ├── apt-key.md │ │ │ ├── apt-sortpkgs.md │ │ │ ├── aptitude.md │ │ │ ├── ar.md │ │ │ ├── arch.md │ │ │ ├── arj.md │ │ │ ├── arp.md │ │ │ ├── arpd.md │ │ │ ├── arping.md │ │ │ ├── arptables.md │ │ │ ├── arpwatch.md │ │ │ ├── as.md │ │ │ ├── at.md │ │ │ ├── atop.md │ │ │ ├── atq.md │ │ │ ├── atrm.md │ │ │ ├── awk.md │ │ │ ├── axel.md │ │ │ ├── badblocks.md │ │ │ ├── base64.md │ │ │ ├── basename.md │ │ │ ├── batch.md │ │ │ ├── bc.md │ │ │ ├── bg.md │ │ │ ├── bind.md │ │ │ ├── blkid.md │ │ │ ├── blockdev.md │ │ │ ├── bmodinfo.md │ │ │ ├── break.md │ │ │ ├── builtin.md │ │ │ ├── bunzip2.md │ │ │ ├── bye.md │ │ │ ├── bzcat.md │ │ │ ├── bzcmp.md │ │ │ ├── bzdiff.md │ │ │ ├── bzgrep.md │ │ │ ├── bzip2.md │ │ │ ├── bzip2recover.md │ │ │ ├── bzless.md │ │ │ ├── bzmore.md │ │ │ ├── cal.md │ │ │ ├── cancel.md │ │ │ ├── cat.md │ │ │ ├── cd.md │ │ │ ├── cdrecord.md │ │ │ ├── chage.md │ │ │ ├── chattr.md │ │ │ ├── chcon.md │ │ │ ├── chfn.md │ │ │ ├── chgrp.md │ │ │ ├── chkconfig.md │ │ │ ├── chmod.md │ │ │ ├── chown.md │ │ │ ├── chpasswd.md │ │ │ ├── chroot.md │ │ │ ├── chsh.md │ │ │ ├── cksum.md │ │ │ ├── clear.md │ │ │ ├── clock.md │ │ │ ├── clockdiff.md │ │ │ ├── cmp.md │ │ │ ├── col.md │ │ │ ├── colrm.md │ │ │ ├── comm.md │ │ │ ├── command.md │ │ │ ├── compress.md │ │ │ ├── consoletype.md │ │ │ ├── continue.md │ │ │ ├── convertquota.md │ │ │ ├── cp.md │ │ │ ├── cpio.md │ │ │ ├── crontab.md │ │ │ ├── csplit.md │ │ │ ├── cu.md │ │ │ ├── cupsdisable.md │ │ │ ├── cupsenable.md │ │ │ ├── curl.md │ │ │ ├── cut.md │ │ │ ├── date.md │ │ │ ├── dc.md │ │ │ ├── dd.md │ │ │ ├── declare.md │ │ │ ├── depmod.md │ │ │ ├── df.md │ │ │ ├── dhclient.md │ │ │ ├── dhcpd.md │ │ │ ├── dhcrelay.md │ │ │ ├── diff.md │ │ │ ├── diff3.md │ │ │ ├── diffstat.md │ │ │ ├── dig.md │ │ │ ├── dircolors.md │ │ │ ├── dirname.md │ │ │ ├── dirs.md │ │ │ ├── disown.md │ │ │ ├── dmesg.md │ │ │ ├── dmidecode.md │ │ │ ├── dnf.md │ │ │ ├── dnsdomainname.md │ │ │ ├── domainname.md │ │ │ ├── dos2unix.md │ │ │ ├── dpkg-deb.md │ │ │ ├── dpkg-divert.md │ │ │ ├── dpkg-preconfigure.md │ │ │ ├── dpkg-query.md │ │ │ ├── dpkg-reconfigure.md │ │ │ ├── dpkg-split.md │ │ │ ├── dpkg-statoverride.md │ │ │ ├── dpkg-trigger.md │ │ │ ├── dpkg.md │ │ │ ├── dris.md │ │ │ ├── dstat.md │ │ │ ├── du.md │ │ │ ├── dump.md │ │ │ ├── e2fsck.md │ │ │ ├── e2label.md │ │ │ ├── echo.md │ │ │ ├── ed.md │ │ │ ├── edquota.md │ │ │ ├── egrep.md │ │ │ ├── eject.md │ │ │ ├── elinks.md │ │ │ ├── elm.md │ │ │ ├── emacs.md │ │ │ ├── enable.md │ │ │ ├── env.md │ │ │ ├── ethtool.md │ │ │ ├── ex.md │ │ │ ├── exec.md │ │ │ ├── exit.md │ │ │ ├── expand.md │ │ │ ├── export.md │ │ │ ├── exportfs.md │ │ │ ├── expr.md │ │ │ ├── false.md │ │ │ ├── fc.md │ │ │ ├── fdisk.md │ │ │ ├── fg.md │ │ │ ├── fgrep.md │ │ │ ├── file.md │ │ │ ├── find.md │ │ │ ├── findfs.md │ │ │ ├── finger.md │ │ │ ├── firewall-cmd.md │ │ │ ├── fishshell.md │ │ │ ├── fmt.md │ │ │ ├── fold.md │ │ │ ├── fping.md │ │ │ ├── free.md │ │ │ ├── fsck.md │ │ │ ├── ftp.md │ │ │ ├── ftpcount.md │ │ │ ├── ftpshut.md │ │ │ ├── ftptop.md │ │ │ ├── ftpwho.md │ │ │ ├── fuser.md │ │ │ ├── gcc.md │ │ │ ├── gcov.md │ │ │ ├── gdb.md │ │ │ ├── get_module.md │ │ │ ├── getenforce.md │ │ │ ├── getsebool.md │ │ │ ├── git.md │ │ │ ├── gpasswd.md │ │ │ ├── gpm.md │ │ │ ├── grep.md │ │ │ ├── groupadd.md │ │ │ ├── groupdel.md │ │ │ ├── groupmems.md │ │ │ ├── groupmod.md │ │ │ ├── groups.md │ │ │ ├── grpck.md │ │ │ ├── grpconv.md │ │ │ ├── grpunconv.md │ │ │ ├── grub.md │ │ │ ├── grub2-mkconfig.md │ │ │ ├── grub2-set-default.md │ │ │ ├── gunzip.md │ │ │ ├── gzexe.md │ │ │ ├── gzip.md │ │ │ ├── halt.md │ │ │ ├── hdparm.md │ │ │ ├── head.md │ │ │ ├── help.md │ │ │ ├── hexdump.md │ │ │ ├── history.md │ │ │ ├── host.md │ │ │ ├── hostid.md │ │ │ ├── hostname.md │ │ │ ├── hostnamectl.md │ │ │ ├── hping3.md │ │ │ ├── htdigest.md │ │ │ ├── htop.md │ │ │ ├── htpasswd.md │ │ │ ├── hwclock.md │ │ │ ├── iconv.md │ │ │ ├── id.md │ │ │ ├── ifcfg.md │ │ │ ├── ifconfig.md │ │ │ ├── ifdown.md │ │ │ ├── ifstat.md │ │ │ ├── iftop.md │ │ │ ├── ifup.md │ │ │ ├── indent.md │ │ │ ├── info.md │ │ │ ├── init.md │ │ │ ├── inotifywait.md │ │ │ ├── insmod.md │ │ │ ├── install.md │ │ │ ├── iostat.md │ │ │ ├── iotop.md │ │ │ ├── ip.md │ │ │ ├── ip6tables-restore.md │ │ │ ├── ip6tables-save.md │ │ │ ├── ip6tables.md │ │ │ ├── ipcalc.md │ │ │ ├── ipcrm.md │ │ │ ├── ipcs.md │ │ │ ├── iperf.md │ │ │ ├── iptables-restore.md │ │ │ ├── iptables-save.md │ │ │ ├── iptables.md │ │ │ ├── iptraf.md │ │ │ ├── iptstate.md │ │ │ ├── ispell.md │ │ │ ├── jed.md │ │ │ ├── jobs.md │ │ │ ├── joe.md │ │ │ ├── join.md │ │ │ ├── journalctl.md │ │ │ ├── jq.md │ │ │ ├── jwhois.md │ │ │ ├── kernelversion.md │ │ │ ├── kexec.md │ │ │ ├── kill.md │ │ │ ├── killall.md │ │ │ ├── last.md │ │ │ ├── lastb.md │ │ │ ├── lastlog.md │ │ │ ├── ld.md │ │ │ ├── ldconfig.md │ │ │ ├── ldd.md │ │ │ ├── less.md │ │ │ ├── let.md │ │ │ ├── lftp.md │ │ │ ├── lftpget.md │ │ │ ├── lha.md │ │ │ ├── lilo.md │ │ │ ├── ln.md │ │ │ ├── lnstat.md │ │ │ ├── local.md │ │ │ ├── locate.md │ │ │ ├── logger.md │ │ │ ├── login.md │ │ │ ├── logname.md │ │ │ ├── logout.md │ │ │ ├── logrotate.md │ │ │ ├── logsave.md │ │ │ ├── logwatch.md │ │ │ ├── look.md │ │ │ ├── losetup.md │ │ │ ├── lp.md │ │ │ ├── lpadmin.md │ │ │ ├── lpc.md │ │ │ ├── lpq.md │ │ │ ├── lpr.md │ │ │ ├── lprm.md │ │ │ ├── lpstat.md │ │ │ ├── ls.md │ │ │ ├── lsattr.md │ │ │ ├── lsb_release.md │ │ │ ├── lsblk.md │ │ │ ├── lscpu.md │ │ │ ├── lsmod.md │ │ │ ├── lsof.md │ │ │ ├── lspci.md │ │ │ ├── lsusb.md │ │ │ ├── ltrace.md │ │ │ ├── lvcreate.md │ │ │ ├── lvdisplay.md │ │ │ ├── lvextend.md │ │ │ ├── lvreduce.md │ │ │ ├── lvremove.md │ │ │ ├── lvresize.md │ │ │ ├── lvscan.md │ │ │ ├── lynx.md │ │ │ ├── mail.md │ │ │ ├── mailq.md │ │ │ ├── mailstat.md │ │ │ ├── make.md │ │ │ ├── man.md │ │ │ ├── mapfile.md │ │ │ ├── md5sum.md │ │ │ ├── mesg.md │ │ │ ├── mii-tool.md │ │ │ ├── mkbootdisk.md │ │ │ ├── mkdir.md │ │ │ ├── mke2fs.md │ │ │ ├── mkfs.md │ │ │ ├── mkinitrd.md │ │ │ ├── mkisofs.md │ │ │ ├── mknod.md │ │ │ ├── mkswap.md │ │ │ ├── mktemp.md │ │ │ ├── modprobe.md │ │ │ ├── more.md │ │ │ ├── mount.md │ │ │ ├── mpstat.md │ │ │ ├── mtools.md │ │ │ ├── mv.md │ │ │ ├── mysql.md │ │ │ ├── mysqladmin.md │ │ │ ├── mysqldump.md │ │ │ ├── mysqlimport.md │ │ │ ├── mysqlshow.md │ │ │ ├── named-checkzone.md │ │ │ ├── nano.md │ │ │ ├── nc.md │ │ │ ├── ncftp.md │ │ │ ├── neofetch.md │ │ │ ├── nethogs.md │ │ │ ├── netstat.md │ │ │ ├── newusers.md │ │ │ ├── nfsstat.md │ │ │ ├── ngrep.md │ │ │ ├── nice.md │ │ │ ├── nisdomainname.md │ │ │ ├── nl.md │ │ │ ├── nm.md │ │ │ ├── nmap.md │ │ │ ├── nmcli.md │ │ │ ├── nohup.md │ │ │ ├── nologin.md │ │ │ ├── nproc.md │ │ │ ├── nslookup.md │ │ │ ├── ntpdate.md │ │ │ ├── ntsysv.md │ │ │ ├── objdump.md │ │ │ ├── od.md │ │ │ ├── openssl.md │ │ │ ├── parted.md │ │ │ ├── partprobe.md │ │ │ ├── passwd.md │ │ │ ├── paste.md │ │ │ ├── patch.md │ │ │ ├── pathchk.md │ │ │ ├── perl.md │ │ │ ├── pfctl.md │ │ │ ├── pgrep.md │ │ │ ├── php.md │ │ │ ├── pico.md │ │ │ ├── pidof.md │ │ │ ├── pidstat.md │ │ │ ├── pigz.md │ │ │ ├── ping.md │ │ │ ├── pkill.md │ │ │ ├── pmap.md │ │ │ ├── popd.md │ │ │ ├── poweroff.md │ │ │ ├── ppp-off.md │ │ │ ├── pr.md │ │ │ ├── printf.md │ │ │ ├── protoize.md │ │ │ ├── ps.md │ │ │ ├── pssh.md │ │ │ ├── pstack.md │ │ │ ├── pstree.md │ │ │ ├── pushd.md │ │ │ ├── pv.md │ │ │ ├── pvchange.md │ │ │ ├── pvck.md │ │ │ ├── pvcreate.md │ │ │ ├── pvdisplay.md │ │ │ ├── pvremove.md │ │ │ ├── pvs.md │ │ │ ├── pvscan.md │ │ │ ├── pwck.md │ │ │ ├── pwconv.md │ │ │ ├── pwd.md │ │ │ ├── pwunconv.md │ │ │ ├── quota.md │ │ │ ├── quotacheck.md │ │ │ ├── quotaoff.md │ │ │ ├── quotaon.md │ │ │ ├── rcconf.md │ │ │ ├── rcp.md │ │ │ ├── read.md │ │ │ ├── readelf.md │ │ │ ├── readonly.md │ │ │ ├── reboot.md │ │ │ ├── reject.md │ │ │ ├── rename.md │ │ │ ├── renice.md │ │ │ ├── repquota.md │ │ │ ├── resize.md │ │ │ ├── restore.md │ │ │ ├── restorecon.md │ │ │ ├── return.md │ │ │ ├── rev.md │ │ │ ├── rexec.md │ │ │ ├── rlogin.md │ │ │ ├── rm.md │ │ │ ├── rmdir.md │ │ │ ├── rmmod.md │ │ │ ├── route.md │ │ │ ├── rpm.md │ │ │ ├── rpm2cpio.md │ │ │ ├── rpmbuild.md │ │ │ ├── rpmdb.md │ │ │ ├── rpmquery.md │ │ │ ├── rpmsign.md │ │ │ ├── rpmverify.md │ │ │ ├── rsh.md │ │ │ ├── rsync.md │ │ │ ├── runlevel.md │ │ │ ├── sar.md │ │ │ ├── scp.md │ │ │ ├── screen.md │ │ │ ├── script.md │ │ │ ├── scriptreplay.md │ │ │ ├── sed.md │ │ │ ├── seinfo.md │ │ │ ├── semanage.md │ │ │ ├── sendmail.md │ │ │ ├── seq.md │ │ │ ├── service.md │ │ │ ├── sesearch.md │ │ │ ├── set.md │ │ │ ├── setfacl.md │ │ │ ├── setpci.md │ │ │ ├── setsebool.md │ │ │ ├── setsid.md │ │ │ ├── sftp-server.md │ │ │ ├── sftp.md │ │ │ ├── sh.md │ │ │ ├── shift.md │ │ │ ├── shopt.md │ │ │ ├── showmount.md │ │ │ ├── shuf.md │ │ │ ├── shutdown.md │ │ │ ├── skill.md │ │ │ ├── slabtop.md │ │ │ ├── sleep.md │ │ │ ├── slocate.md │ │ │ ├── smbclient.md │ │ │ ├── smbpasswd.md │ │ │ ├── sort.md │ │ │ ├── source.md │ │ │ ├── speedtest-cli.md │ │ │ ├── spell.md │ │ │ ├── split.md │ │ │ ├── squid.md │ │ │ ├── squidclient.md │ │ │ ├── ss.md │ │ │ ├── ssh-add.md │ │ │ ├── ssh-agent.md │ │ │ ├── ssh-copy-id.md │ │ │ ├── ssh-keygen.md │ │ │ ├── ssh-keyscan.md │ │ │ ├── ssh.md │ │ │ ├── sshd.md │ │ │ ├── startx.md │ │ │ ├── stat.md │ │ │ ├── strace.md │ │ │ ├── strings.md │ │ │ ├── stty.md │ │ │ ├── su.md │ │ │ ├── sudo.md │ │ │ ├── sum.md │ │ │ ├── supervisord.md │ │ │ ├── suspend.md │ │ │ ├── swapoff.md │ │ │ ├── swapon.md │ │ │ ├── sync.md │ │ │ ├── sysctl.md │ │ │ ├── syslog.md │ │ │ ├── systemctl.md │ │ │ ├── systool.md │ │ │ ├── tac.md │ │ │ ├── tail.md │ │ │ ├── tailf.md │ │ │ ├── talk.md │ │ │ ├── tar.md │ │ │ ├── tcpdump.md │ │ │ ├── tcpreplay.md │ │ │ ├── tee.md │ │ │ ├── telinit.md │ │ │ ├── telnet.md │ │ │ ├── tempfile.md │ │ │ ├── test.md │ │ │ ├── tftp.md │ │ │ ├── time.md │ │ │ ├── timedatectl.md │ │ │ ├── times.md │ │ │ ├── tload.md │ │ │ ├── tmux.md │ │ │ ├── top.md │ │ │ ├── touch.md │ │ │ ├── tput.md │ │ │ ├── tr.md │ │ │ ├── tracepath.md │ │ │ ├── traceroute.md │ │ │ ├── trap.md │ │ │ ├── tree.md │ │ │ ├── true.md │ │ │ ├── tty.md │ │ │ ├── type.md │ │ │ ├── ulimit.md │ │ │ ├── umask.md │ │ │ ├── umount.md │ │ │ ├── unalias.md │ │ │ ├── uname.md │ │ │ ├── unarj.md │ │ │ ├── uncompress.md │ │ │ ├── unexpand.md │ │ │ ├── uniq.md │ │ │ ├── unlink.md │ │ │ ├── unprotoize.md │ │ │ ├── unrar.md │ │ │ ├── unset.md │ │ │ ├── unzip.md │ │ │ ├── updatedb.md │ │ │ ├── uptime.md │ │ │ ├── useradd.md │ │ │ ├── userdel.md │ │ │ ├── usermod.md │ │ │ ├── usernetctl.md │ │ │ ├── users.md │ │ │ ├── uucico.md │ │ │ ├── uupick.md │ │ │ ├── uuto.md │ │ │ ├── vdfuse.md │ │ │ ├── vgchange.md │ │ │ ├── vgconvert.md │ │ │ ├── vgcreate.md │ │ │ ├── vgdisplay.md │ │ │ ├── vgextend.md │ │ │ ├── vgreduce.md │ │ │ ├── vgremove.md │ │ │ ├── vgrename.md │ │ │ ├── vgscan.md │ │ │ ├── vi.md │ │ │ ├── vmstat.md │ │ │ ├── volname.md │ │ │ ├── w.md │ │ │ ├── wait.md │ │ │ ├── wall.md │ │ │ ├── watch.md │ │ │ ├── wc.md │ │ │ ├── wget.md │ │ │ ├── whatis.md │ │ │ ├── whereis.md │ │ │ ├── which.md │ │ │ ├── who.md │ │ │ ├── whoami.md │ │ │ ├── write.md │ │ │ ├── xargs.md │ │ │ ├── xauth.md │ │ │ ├── xclip.md │ │ │ ├── xhost.md │ │ │ ├── xinit.md │ │ │ ├── xlsatoms.md │ │ │ ├── xlsclients.md │ │ │ ├── xlsfonts.md │ │ │ ├── xrandr.md │ │ │ ├── xset.md │ │ │ ├── xz.md │ │ │ ├── yes.md │ │ │ ├── ypdomainname.md │ │ │ ├── yum.md │ │ │ ├── zcat.md │ │ │ ├── zfore.md │ │ │ ├── zip.md │ │ │ ├── zipinfo.md │ │ │ ├── zipsplit.md │ │ │ └── znew.md │ │ ├── template.html │ │ ├── theme.md │ │ └── theme │ │ │ └── css │ │ │ ├── Chinese-red.css │ │ │ ├── channing-cyan.css │ │ │ ├── classic.css │ │ │ ├── condensed-night-purple.css │ │ │ ├── dark.css │ │ │ ├── devui-blue.css │ │ │ ├── fancy.css │ │ │ ├── foghorn.css │ │ │ ├── geek-black.css │ │ │ ├── greenwillow.css │ │ │ ├── hydrogen.css │ │ │ ├── mt-cute.css │ │ │ ├── pageWhite.css │ │ │ ├── rude-crab.css │ │ │ ├── scrolls.css │ │ │ ├── smart-blue.css │ │ │ ├── style.css │ │ │ ├── v-green.css │ │ │ └── vuepress.css │ ├── java │ │ └── ernest │ │ │ └── linuxcmd │ │ │ ├── App.kt │ │ │ ├── CmdListAdapter.kt │ │ │ ├── CmdSuggestionProvider.kt │ │ │ ├── MainActivity.kt │ │ │ ├── markdown │ │ │ ├── CommonMarkMarkdownParser.kt │ │ │ ├── FlexMarkMarkdownParser.kt │ │ │ ├── MarkDownFileUtil.kt │ │ │ └── MarkdownParser.kt │ │ │ └── setting │ │ │ ├── AppSetting.kt │ │ │ ├── ThemeListAdapter.kt │ │ │ └── ThemeSettingActivity.kt │ └── res │ │ ├── drawable │ │ ├── ic_action_save.xml │ │ ├── ic_action_search.xml │ │ ├── ic_action_setting.xml │ │ └── ic_action_show_list.xml │ │ ├── layout │ │ ├── activity_main.xml │ │ ├── activity_theme_setting.xml │ │ └── item_cmd.xml │ │ ├── menu │ │ ├── menu_main.xml │ │ └── menu_theme_setting.xml │ │ ├── mipmap-xhdpi │ │ ├── ic_launcher.png │ │ └── ic_launcher_round.png │ │ ├── values │ │ ├── colors.xml │ │ ├── strings.xml │ │ └── styles.xml │ │ └── xml │ │ └── searchable.xml │ └── test │ └── java │ └── ernest │ └── linuxcmd │ └── ExampleUnitTest.java ├── gradle.properties ├── gradle └── wrapper │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat ├── screenshot ├── 1.jpg ├── 2.jpg ├── 3.jpg └── 4.jpg └── settings.gradle /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/workflows/android.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/.github/workflows/android.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/.gitmodules -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/README.md -------------------------------------------------------------------------------- /app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/build.gradle -------------------------------------------------------------------------------- /app/proguard-rules.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/proguard-rules.pro -------------------------------------------------------------------------------- /app/src/androidTest/java/ernest/linuxcmd/ExampleInstrumentedTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/androidTest/java/ernest/linuxcmd/ExampleInstrumentedTest.java -------------------------------------------------------------------------------- /app/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /app/src/main/assets/command/7z.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/7z.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ab.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ab.md -------------------------------------------------------------------------------- /app/src/main/assets/command/accept.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/accept.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ack.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ag.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ag.md -------------------------------------------------------------------------------- /app/src/main/assets/command/alias.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/alias.md -------------------------------------------------------------------------------- /app/src/main/assets/command/apachectl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/apachectl.md -------------------------------------------------------------------------------- /app/src/main/assets/command/apk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/apk.md -------------------------------------------------------------------------------- /app/src/main/assets/command/apropos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/apropos.md -------------------------------------------------------------------------------- /app/src/main/assets/command/apt-get.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/apt-get.md -------------------------------------------------------------------------------- /app/src/main/assets/command/apt-key.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/apt-key.md -------------------------------------------------------------------------------- /app/src/main/assets/command/apt-sortpkgs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/apt-sortpkgs.md -------------------------------------------------------------------------------- /app/src/main/assets/command/aptitude.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/aptitude.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ar.md -------------------------------------------------------------------------------- /app/src/main/assets/command/arch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/arch.md -------------------------------------------------------------------------------- /app/src/main/assets/command/arj.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/arj.md -------------------------------------------------------------------------------- /app/src/main/assets/command/arp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/arp.md -------------------------------------------------------------------------------- /app/src/main/assets/command/arpd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/arpd.md -------------------------------------------------------------------------------- /app/src/main/assets/command/arping.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/arping.md -------------------------------------------------------------------------------- /app/src/main/assets/command/arptables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/arptables.md -------------------------------------------------------------------------------- /app/src/main/assets/command/arpwatch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/arpwatch.md -------------------------------------------------------------------------------- /app/src/main/assets/command/as.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/as.md -------------------------------------------------------------------------------- /app/src/main/assets/command/at.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/at.md -------------------------------------------------------------------------------- /app/src/main/assets/command/atop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/atop.md -------------------------------------------------------------------------------- /app/src/main/assets/command/atq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/atq.md -------------------------------------------------------------------------------- /app/src/main/assets/command/atrm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/atrm.md -------------------------------------------------------------------------------- /app/src/main/assets/command/awk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/awk.md -------------------------------------------------------------------------------- /app/src/main/assets/command/axel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/axel.md -------------------------------------------------------------------------------- /app/src/main/assets/command/badblocks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/badblocks.md -------------------------------------------------------------------------------- /app/src/main/assets/command/base64.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/base64.md -------------------------------------------------------------------------------- /app/src/main/assets/command/basename.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/basename.md -------------------------------------------------------------------------------- /app/src/main/assets/command/batch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/batch.md -------------------------------------------------------------------------------- /app/src/main/assets/command/bc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/bc.md -------------------------------------------------------------------------------- /app/src/main/assets/command/bg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/bg.md -------------------------------------------------------------------------------- /app/src/main/assets/command/bind.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/bind.md -------------------------------------------------------------------------------- /app/src/main/assets/command/blkid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/blkid.md -------------------------------------------------------------------------------- /app/src/main/assets/command/blockdev.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/blockdev.md -------------------------------------------------------------------------------- /app/src/main/assets/command/bmodinfo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/bmodinfo.md -------------------------------------------------------------------------------- /app/src/main/assets/command/break.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/break.md -------------------------------------------------------------------------------- /app/src/main/assets/command/builtin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/builtin.md -------------------------------------------------------------------------------- /app/src/main/assets/command/bunzip2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/bunzip2.md -------------------------------------------------------------------------------- /app/src/main/assets/command/bye.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/bye.md -------------------------------------------------------------------------------- /app/src/main/assets/command/bzcat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/bzcat.md -------------------------------------------------------------------------------- /app/src/main/assets/command/bzcmp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/bzcmp.md -------------------------------------------------------------------------------- /app/src/main/assets/command/bzdiff.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/bzdiff.md -------------------------------------------------------------------------------- /app/src/main/assets/command/bzgrep.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/bzgrep.md -------------------------------------------------------------------------------- /app/src/main/assets/command/bzip2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/bzip2.md -------------------------------------------------------------------------------- /app/src/main/assets/command/bzip2recover.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/bzip2recover.md -------------------------------------------------------------------------------- /app/src/main/assets/command/bzless.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/bzless.md -------------------------------------------------------------------------------- /app/src/main/assets/command/bzmore.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/bzmore.md -------------------------------------------------------------------------------- /app/src/main/assets/command/cal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/cal.md -------------------------------------------------------------------------------- /app/src/main/assets/command/cancel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/cancel.md -------------------------------------------------------------------------------- /app/src/main/assets/command/cat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/cat.md -------------------------------------------------------------------------------- /app/src/main/assets/command/cd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/cd.md -------------------------------------------------------------------------------- /app/src/main/assets/command/cdrecord.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/cdrecord.md -------------------------------------------------------------------------------- /app/src/main/assets/command/chage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/chage.md -------------------------------------------------------------------------------- /app/src/main/assets/command/chattr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/chattr.md -------------------------------------------------------------------------------- /app/src/main/assets/command/chcon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/chcon.md -------------------------------------------------------------------------------- /app/src/main/assets/command/chfn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/chfn.md -------------------------------------------------------------------------------- /app/src/main/assets/command/chgrp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/chgrp.md -------------------------------------------------------------------------------- /app/src/main/assets/command/chkconfig.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/chkconfig.md -------------------------------------------------------------------------------- /app/src/main/assets/command/chmod.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/chmod.md -------------------------------------------------------------------------------- /app/src/main/assets/command/chown.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/chown.md -------------------------------------------------------------------------------- /app/src/main/assets/command/chpasswd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/chpasswd.md -------------------------------------------------------------------------------- /app/src/main/assets/command/chroot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/chroot.md -------------------------------------------------------------------------------- /app/src/main/assets/command/chsh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/chsh.md -------------------------------------------------------------------------------- /app/src/main/assets/command/cksum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/cksum.md -------------------------------------------------------------------------------- /app/src/main/assets/command/clear.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/clear.md -------------------------------------------------------------------------------- /app/src/main/assets/command/clock.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/clock.md -------------------------------------------------------------------------------- /app/src/main/assets/command/clockdiff.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/clockdiff.md -------------------------------------------------------------------------------- /app/src/main/assets/command/cmp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/cmp.md -------------------------------------------------------------------------------- /app/src/main/assets/command/col.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/col.md -------------------------------------------------------------------------------- /app/src/main/assets/command/colrm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/colrm.md -------------------------------------------------------------------------------- /app/src/main/assets/command/comm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/comm.md -------------------------------------------------------------------------------- /app/src/main/assets/command/command.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/command.md -------------------------------------------------------------------------------- /app/src/main/assets/command/compress.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/compress.md -------------------------------------------------------------------------------- /app/src/main/assets/command/consoletype.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/consoletype.md -------------------------------------------------------------------------------- /app/src/main/assets/command/continue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/continue.md -------------------------------------------------------------------------------- /app/src/main/assets/command/convertquota.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/convertquota.md -------------------------------------------------------------------------------- /app/src/main/assets/command/cp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/cp.md -------------------------------------------------------------------------------- /app/src/main/assets/command/cpio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/cpio.md -------------------------------------------------------------------------------- /app/src/main/assets/command/crontab.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/crontab.md -------------------------------------------------------------------------------- /app/src/main/assets/command/csplit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/csplit.md -------------------------------------------------------------------------------- /app/src/main/assets/command/cu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/cu.md -------------------------------------------------------------------------------- /app/src/main/assets/command/cupsdisable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/cupsdisable.md -------------------------------------------------------------------------------- /app/src/main/assets/command/cupsenable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/cupsenable.md -------------------------------------------------------------------------------- /app/src/main/assets/command/curl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/curl.md -------------------------------------------------------------------------------- /app/src/main/assets/command/cut.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/cut.md -------------------------------------------------------------------------------- /app/src/main/assets/command/date.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/date.md -------------------------------------------------------------------------------- /app/src/main/assets/command/dc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/dc.md -------------------------------------------------------------------------------- /app/src/main/assets/command/dd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/dd.md -------------------------------------------------------------------------------- /app/src/main/assets/command/declare.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/declare.md -------------------------------------------------------------------------------- /app/src/main/assets/command/depmod.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/depmod.md -------------------------------------------------------------------------------- /app/src/main/assets/command/df.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/df.md -------------------------------------------------------------------------------- /app/src/main/assets/command/dhclient.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/dhclient.md -------------------------------------------------------------------------------- /app/src/main/assets/command/dhcpd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/dhcpd.md -------------------------------------------------------------------------------- /app/src/main/assets/command/dhcrelay.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/dhcrelay.md -------------------------------------------------------------------------------- /app/src/main/assets/command/diff.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/diff.md -------------------------------------------------------------------------------- /app/src/main/assets/command/diff3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/diff3.md -------------------------------------------------------------------------------- /app/src/main/assets/command/diffstat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/diffstat.md -------------------------------------------------------------------------------- /app/src/main/assets/command/dig.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/dig.md -------------------------------------------------------------------------------- /app/src/main/assets/command/dircolors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/dircolors.md -------------------------------------------------------------------------------- /app/src/main/assets/command/dirname.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/dirname.md -------------------------------------------------------------------------------- /app/src/main/assets/command/dirs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/dirs.md -------------------------------------------------------------------------------- /app/src/main/assets/command/disown.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/disown.md -------------------------------------------------------------------------------- /app/src/main/assets/command/dmesg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/dmesg.md -------------------------------------------------------------------------------- /app/src/main/assets/command/dmidecode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/dmidecode.md -------------------------------------------------------------------------------- /app/src/main/assets/command/dnf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/dnf.md -------------------------------------------------------------------------------- /app/src/main/assets/command/dnsdomainname.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/dnsdomainname.md -------------------------------------------------------------------------------- /app/src/main/assets/command/domainname.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/domainname.md -------------------------------------------------------------------------------- /app/src/main/assets/command/dos2unix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/dos2unix.md -------------------------------------------------------------------------------- /app/src/main/assets/command/dpkg-deb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/dpkg-deb.md -------------------------------------------------------------------------------- /app/src/main/assets/command/dpkg-divert.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/dpkg-divert.md -------------------------------------------------------------------------------- /app/src/main/assets/command/dpkg-preconfigure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/dpkg-preconfigure.md -------------------------------------------------------------------------------- /app/src/main/assets/command/dpkg-query.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/dpkg-query.md -------------------------------------------------------------------------------- /app/src/main/assets/command/dpkg-reconfigure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/dpkg-reconfigure.md -------------------------------------------------------------------------------- /app/src/main/assets/command/dpkg-split.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/dpkg-split.md -------------------------------------------------------------------------------- /app/src/main/assets/command/dpkg-statoverride.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/dpkg-statoverride.md -------------------------------------------------------------------------------- /app/src/main/assets/command/dpkg-trigger.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/dpkg-trigger.md -------------------------------------------------------------------------------- /app/src/main/assets/command/dpkg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/dpkg.md -------------------------------------------------------------------------------- /app/src/main/assets/command/dris.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/dris.md -------------------------------------------------------------------------------- /app/src/main/assets/command/dstat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/dstat.md -------------------------------------------------------------------------------- /app/src/main/assets/command/du.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/du.md -------------------------------------------------------------------------------- /app/src/main/assets/command/dump.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/dump.md -------------------------------------------------------------------------------- /app/src/main/assets/command/e2fsck.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/e2fsck.md -------------------------------------------------------------------------------- /app/src/main/assets/command/e2label.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/e2label.md -------------------------------------------------------------------------------- /app/src/main/assets/command/echo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/echo.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ed.md -------------------------------------------------------------------------------- /app/src/main/assets/command/edquota.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/edquota.md -------------------------------------------------------------------------------- /app/src/main/assets/command/egrep.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/egrep.md -------------------------------------------------------------------------------- /app/src/main/assets/command/eject.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/eject.md -------------------------------------------------------------------------------- /app/src/main/assets/command/elinks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/elinks.md -------------------------------------------------------------------------------- /app/src/main/assets/command/elm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/elm.md -------------------------------------------------------------------------------- /app/src/main/assets/command/emacs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/emacs.md -------------------------------------------------------------------------------- /app/src/main/assets/command/enable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/enable.md -------------------------------------------------------------------------------- /app/src/main/assets/command/env.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/env.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ethtool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ethtool.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ex.md -------------------------------------------------------------------------------- /app/src/main/assets/command/exec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/exec.md -------------------------------------------------------------------------------- /app/src/main/assets/command/exit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/exit.md -------------------------------------------------------------------------------- /app/src/main/assets/command/expand.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/expand.md -------------------------------------------------------------------------------- /app/src/main/assets/command/export.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/export.md -------------------------------------------------------------------------------- /app/src/main/assets/command/exportfs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/exportfs.md -------------------------------------------------------------------------------- /app/src/main/assets/command/expr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/expr.md -------------------------------------------------------------------------------- /app/src/main/assets/command/false.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/false.md -------------------------------------------------------------------------------- /app/src/main/assets/command/fc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/fc.md -------------------------------------------------------------------------------- /app/src/main/assets/command/fdisk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/fdisk.md -------------------------------------------------------------------------------- /app/src/main/assets/command/fg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/fg.md -------------------------------------------------------------------------------- /app/src/main/assets/command/fgrep.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/fgrep.md -------------------------------------------------------------------------------- /app/src/main/assets/command/file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/file.md -------------------------------------------------------------------------------- /app/src/main/assets/command/find.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/find.md -------------------------------------------------------------------------------- /app/src/main/assets/command/findfs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/findfs.md -------------------------------------------------------------------------------- /app/src/main/assets/command/finger.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/finger.md -------------------------------------------------------------------------------- /app/src/main/assets/command/firewall-cmd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/firewall-cmd.md -------------------------------------------------------------------------------- /app/src/main/assets/command/fishshell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/fishshell.md -------------------------------------------------------------------------------- /app/src/main/assets/command/fmt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/fmt.md -------------------------------------------------------------------------------- /app/src/main/assets/command/fold.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/fold.md -------------------------------------------------------------------------------- /app/src/main/assets/command/fping.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/fping.md -------------------------------------------------------------------------------- /app/src/main/assets/command/free.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/free.md -------------------------------------------------------------------------------- /app/src/main/assets/command/fsck.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/fsck.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ftp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ftp.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ftpcount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ftpcount.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ftpshut.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ftpshut.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ftptop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ftptop.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ftpwho.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ftpwho.md -------------------------------------------------------------------------------- /app/src/main/assets/command/fuser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/fuser.md -------------------------------------------------------------------------------- /app/src/main/assets/command/gcc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/gcc.md -------------------------------------------------------------------------------- /app/src/main/assets/command/gcov.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/gcov.md -------------------------------------------------------------------------------- /app/src/main/assets/command/gdb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/gdb.md -------------------------------------------------------------------------------- /app/src/main/assets/command/get_module.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/get_module.md -------------------------------------------------------------------------------- /app/src/main/assets/command/getenforce.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/getenforce.md -------------------------------------------------------------------------------- /app/src/main/assets/command/getsebool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/getsebool.md -------------------------------------------------------------------------------- /app/src/main/assets/command/git.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/git.md -------------------------------------------------------------------------------- /app/src/main/assets/command/gpasswd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/gpasswd.md -------------------------------------------------------------------------------- /app/src/main/assets/command/gpm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/gpm.md -------------------------------------------------------------------------------- /app/src/main/assets/command/grep.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/grep.md -------------------------------------------------------------------------------- /app/src/main/assets/command/groupadd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/groupadd.md -------------------------------------------------------------------------------- /app/src/main/assets/command/groupdel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/groupdel.md -------------------------------------------------------------------------------- /app/src/main/assets/command/groupmems.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/groupmems.md -------------------------------------------------------------------------------- /app/src/main/assets/command/groupmod.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/groupmod.md -------------------------------------------------------------------------------- /app/src/main/assets/command/groups.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/groups.md -------------------------------------------------------------------------------- /app/src/main/assets/command/grpck.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/grpck.md -------------------------------------------------------------------------------- /app/src/main/assets/command/grpconv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/grpconv.md -------------------------------------------------------------------------------- /app/src/main/assets/command/grpunconv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/grpunconv.md -------------------------------------------------------------------------------- /app/src/main/assets/command/grub.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/grub.md -------------------------------------------------------------------------------- /app/src/main/assets/command/grub2-mkconfig.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/grub2-mkconfig.md -------------------------------------------------------------------------------- /app/src/main/assets/command/grub2-set-default.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/grub2-set-default.md -------------------------------------------------------------------------------- /app/src/main/assets/command/gunzip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/gunzip.md -------------------------------------------------------------------------------- /app/src/main/assets/command/gzexe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/gzexe.md -------------------------------------------------------------------------------- /app/src/main/assets/command/gzip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/gzip.md -------------------------------------------------------------------------------- /app/src/main/assets/command/halt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/halt.md -------------------------------------------------------------------------------- /app/src/main/assets/command/hdparm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/hdparm.md -------------------------------------------------------------------------------- /app/src/main/assets/command/head.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/head.md -------------------------------------------------------------------------------- /app/src/main/assets/command/help.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/help.md -------------------------------------------------------------------------------- /app/src/main/assets/command/hexdump.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/hexdump.md -------------------------------------------------------------------------------- /app/src/main/assets/command/history.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/history.md -------------------------------------------------------------------------------- /app/src/main/assets/command/host.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/host.md -------------------------------------------------------------------------------- /app/src/main/assets/command/hostid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/hostid.md -------------------------------------------------------------------------------- /app/src/main/assets/command/hostname.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/hostname.md -------------------------------------------------------------------------------- /app/src/main/assets/command/hostnamectl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/hostnamectl.md -------------------------------------------------------------------------------- /app/src/main/assets/command/hping3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/hping3.md -------------------------------------------------------------------------------- /app/src/main/assets/command/htdigest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/htdigest.md -------------------------------------------------------------------------------- /app/src/main/assets/command/htop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/htop.md -------------------------------------------------------------------------------- /app/src/main/assets/command/htpasswd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/htpasswd.md -------------------------------------------------------------------------------- /app/src/main/assets/command/hwclock.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/hwclock.md -------------------------------------------------------------------------------- /app/src/main/assets/command/iconv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/iconv.md -------------------------------------------------------------------------------- /app/src/main/assets/command/id.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/id.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ifcfg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ifcfg.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ifconfig.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ifconfig.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ifdown.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ifdown.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ifstat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ifstat.md -------------------------------------------------------------------------------- /app/src/main/assets/command/iftop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/iftop.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ifup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ifup.md -------------------------------------------------------------------------------- /app/src/main/assets/command/indent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/indent.md -------------------------------------------------------------------------------- /app/src/main/assets/command/info.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/info.md -------------------------------------------------------------------------------- /app/src/main/assets/command/init.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/init.md -------------------------------------------------------------------------------- /app/src/main/assets/command/inotifywait.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/inotifywait.md -------------------------------------------------------------------------------- /app/src/main/assets/command/insmod.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/insmod.md -------------------------------------------------------------------------------- /app/src/main/assets/command/install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/install.md -------------------------------------------------------------------------------- /app/src/main/assets/command/iostat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/iostat.md -------------------------------------------------------------------------------- /app/src/main/assets/command/iotop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/iotop.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ip.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ip6tables-restore.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ip6tables-restore.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ip6tables-save.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ip6tables-save.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ip6tables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ip6tables.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ipcalc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ipcalc.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ipcrm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ipcrm.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ipcs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ipcs.md -------------------------------------------------------------------------------- /app/src/main/assets/command/iperf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/iperf.md -------------------------------------------------------------------------------- /app/src/main/assets/command/iptables-restore.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/iptables-restore.md -------------------------------------------------------------------------------- /app/src/main/assets/command/iptables-save.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/iptables-save.md -------------------------------------------------------------------------------- /app/src/main/assets/command/iptables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/iptables.md -------------------------------------------------------------------------------- /app/src/main/assets/command/iptraf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/iptraf.md -------------------------------------------------------------------------------- /app/src/main/assets/command/iptstate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/iptstate.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ispell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ispell.md -------------------------------------------------------------------------------- /app/src/main/assets/command/jed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/jed.md -------------------------------------------------------------------------------- /app/src/main/assets/command/jobs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/jobs.md -------------------------------------------------------------------------------- /app/src/main/assets/command/joe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/joe.md -------------------------------------------------------------------------------- /app/src/main/assets/command/join.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/join.md -------------------------------------------------------------------------------- /app/src/main/assets/command/journalctl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/journalctl.md -------------------------------------------------------------------------------- /app/src/main/assets/command/jq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/jq.md -------------------------------------------------------------------------------- /app/src/main/assets/command/jwhois.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/jwhois.md -------------------------------------------------------------------------------- /app/src/main/assets/command/kernelversion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/kernelversion.md -------------------------------------------------------------------------------- /app/src/main/assets/command/kexec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/kexec.md -------------------------------------------------------------------------------- /app/src/main/assets/command/kill.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/kill.md -------------------------------------------------------------------------------- /app/src/main/assets/command/killall.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/killall.md -------------------------------------------------------------------------------- /app/src/main/assets/command/last.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/last.md -------------------------------------------------------------------------------- /app/src/main/assets/command/lastb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/lastb.md -------------------------------------------------------------------------------- /app/src/main/assets/command/lastlog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/lastlog.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ld.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ld.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ldconfig.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ldconfig.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ldd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ldd.md -------------------------------------------------------------------------------- /app/src/main/assets/command/less.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/less.md -------------------------------------------------------------------------------- /app/src/main/assets/command/let.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/let.md -------------------------------------------------------------------------------- /app/src/main/assets/command/lftp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/lftp.md -------------------------------------------------------------------------------- /app/src/main/assets/command/lftpget.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/lftpget.md -------------------------------------------------------------------------------- /app/src/main/assets/command/lha.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/lha.md -------------------------------------------------------------------------------- /app/src/main/assets/command/lilo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/lilo.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ln.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ln.md -------------------------------------------------------------------------------- /app/src/main/assets/command/lnstat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/lnstat.md -------------------------------------------------------------------------------- /app/src/main/assets/command/local.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/local.md -------------------------------------------------------------------------------- /app/src/main/assets/command/locate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/locate.md -------------------------------------------------------------------------------- /app/src/main/assets/command/logger.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/logger.md -------------------------------------------------------------------------------- /app/src/main/assets/command/login.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/login.md -------------------------------------------------------------------------------- /app/src/main/assets/command/logname.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/logname.md -------------------------------------------------------------------------------- /app/src/main/assets/command/logout.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/logout.md -------------------------------------------------------------------------------- /app/src/main/assets/command/logrotate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/logrotate.md -------------------------------------------------------------------------------- /app/src/main/assets/command/logsave.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/logsave.md -------------------------------------------------------------------------------- /app/src/main/assets/command/logwatch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/logwatch.md -------------------------------------------------------------------------------- /app/src/main/assets/command/look.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/look.md -------------------------------------------------------------------------------- /app/src/main/assets/command/losetup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/losetup.md -------------------------------------------------------------------------------- /app/src/main/assets/command/lp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/lp.md -------------------------------------------------------------------------------- /app/src/main/assets/command/lpadmin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/lpadmin.md -------------------------------------------------------------------------------- /app/src/main/assets/command/lpc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/lpc.md -------------------------------------------------------------------------------- /app/src/main/assets/command/lpq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/lpq.md -------------------------------------------------------------------------------- /app/src/main/assets/command/lpr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/lpr.md -------------------------------------------------------------------------------- /app/src/main/assets/command/lprm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/lprm.md -------------------------------------------------------------------------------- /app/src/main/assets/command/lpstat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/lpstat.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ls.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ls.md -------------------------------------------------------------------------------- /app/src/main/assets/command/lsattr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/lsattr.md -------------------------------------------------------------------------------- /app/src/main/assets/command/lsb_release.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/lsb_release.md -------------------------------------------------------------------------------- /app/src/main/assets/command/lsblk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/lsblk.md -------------------------------------------------------------------------------- /app/src/main/assets/command/lscpu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/lscpu.md -------------------------------------------------------------------------------- /app/src/main/assets/command/lsmod.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/lsmod.md -------------------------------------------------------------------------------- /app/src/main/assets/command/lsof.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/lsof.md -------------------------------------------------------------------------------- /app/src/main/assets/command/lspci.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/lspci.md -------------------------------------------------------------------------------- /app/src/main/assets/command/lsusb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/lsusb.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ltrace.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ltrace.md -------------------------------------------------------------------------------- /app/src/main/assets/command/lvcreate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/lvcreate.md -------------------------------------------------------------------------------- /app/src/main/assets/command/lvdisplay.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/lvdisplay.md -------------------------------------------------------------------------------- /app/src/main/assets/command/lvextend.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/lvextend.md -------------------------------------------------------------------------------- /app/src/main/assets/command/lvreduce.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/lvreduce.md -------------------------------------------------------------------------------- /app/src/main/assets/command/lvremove.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/lvremove.md -------------------------------------------------------------------------------- /app/src/main/assets/command/lvresize.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/lvresize.md -------------------------------------------------------------------------------- /app/src/main/assets/command/lvscan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/lvscan.md -------------------------------------------------------------------------------- /app/src/main/assets/command/lynx.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/lynx.md -------------------------------------------------------------------------------- /app/src/main/assets/command/mail.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/mail.md -------------------------------------------------------------------------------- /app/src/main/assets/command/mailq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/mailq.md -------------------------------------------------------------------------------- /app/src/main/assets/command/mailstat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/mailstat.md -------------------------------------------------------------------------------- /app/src/main/assets/command/make.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/make.md -------------------------------------------------------------------------------- /app/src/main/assets/command/man.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/man.md -------------------------------------------------------------------------------- /app/src/main/assets/command/mapfile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/mapfile.md -------------------------------------------------------------------------------- /app/src/main/assets/command/md5sum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/md5sum.md -------------------------------------------------------------------------------- /app/src/main/assets/command/mesg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/mesg.md -------------------------------------------------------------------------------- /app/src/main/assets/command/mii-tool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/mii-tool.md -------------------------------------------------------------------------------- /app/src/main/assets/command/mkbootdisk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/mkbootdisk.md -------------------------------------------------------------------------------- /app/src/main/assets/command/mkdir.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/mkdir.md -------------------------------------------------------------------------------- /app/src/main/assets/command/mke2fs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/mke2fs.md -------------------------------------------------------------------------------- /app/src/main/assets/command/mkfs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/mkfs.md -------------------------------------------------------------------------------- /app/src/main/assets/command/mkinitrd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/mkinitrd.md -------------------------------------------------------------------------------- /app/src/main/assets/command/mkisofs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/mkisofs.md -------------------------------------------------------------------------------- /app/src/main/assets/command/mknod.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/mknod.md -------------------------------------------------------------------------------- /app/src/main/assets/command/mkswap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/mkswap.md -------------------------------------------------------------------------------- /app/src/main/assets/command/mktemp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/mktemp.md -------------------------------------------------------------------------------- /app/src/main/assets/command/modprobe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/modprobe.md -------------------------------------------------------------------------------- /app/src/main/assets/command/more.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/more.md -------------------------------------------------------------------------------- /app/src/main/assets/command/mount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/mount.md -------------------------------------------------------------------------------- /app/src/main/assets/command/mpstat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/mpstat.md -------------------------------------------------------------------------------- /app/src/main/assets/command/mtools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/mtools.md -------------------------------------------------------------------------------- /app/src/main/assets/command/mv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/mv.md -------------------------------------------------------------------------------- /app/src/main/assets/command/mysql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/mysql.md -------------------------------------------------------------------------------- /app/src/main/assets/command/mysqladmin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/mysqladmin.md -------------------------------------------------------------------------------- /app/src/main/assets/command/mysqldump.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/mysqldump.md -------------------------------------------------------------------------------- /app/src/main/assets/command/mysqlimport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/mysqlimport.md -------------------------------------------------------------------------------- /app/src/main/assets/command/mysqlshow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/mysqlshow.md -------------------------------------------------------------------------------- /app/src/main/assets/command/named-checkzone.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/named-checkzone.md -------------------------------------------------------------------------------- /app/src/main/assets/command/nano.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/nano.md -------------------------------------------------------------------------------- /app/src/main/assets/command/nc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/nc.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ncftp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ncftp.md -------------------------------------------------------------------------------- /app/src/main/assets/command/neofetch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/neofetch.md -------------------------------------------------------------------------------- /app/src/main/assets/command/nethogs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/nethogs.md -------------------------------------------------------------------------------- /app/src/main/assets/command/netstat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/netstat.md -------------------------------------------------------------------------------- /app/src/main/assets/command/newusers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/newusers.md -------------------------------------------------------------------------------- /app/src/main/assets/command/nfsstat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/nfsstat.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ngrep.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ngrep.md -------------------------------------------------------------------------------- /app/src/main/assets/command/nice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/nice.md -------------------------------------------------------------------------------- /app/src/main/assets/command/nisdomainname.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/nisdomainname.md -------------------------------------------------------------------------------- /app/src/main/assets/command/nl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/nl.md -------------------------------------------------------------------------------- /app/src/main/assets/command/nm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/nm.md -------------------------------------------------------------------------------- /app/src/main/assets/command/nmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/nmap.md -------------------------------------------------------------------------------- /app/src/main/assets/command/nmcli.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/nmcli.md -------------------------------------------------------------------------------- /app/src/main/assets/command/nohup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/nohup.md -------------------------------------------------------------------------------- /app/src/main/assets/command/nologin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/nologin.md -------------------------------------------------------------------------------- /app/src/main/assets/command/nproc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/nproc.md -------------------------------------------------------------------------------- /app/src/main/assets/command/nslookup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/nslookup.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ntpdate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ntpdate.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ntsysv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ntsysv.md -------------------------------------------------------------------------------- /app/src/main/assets/command/objdump.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/objdump.md -------------------------------------------------------------------------------- /app/src/main/assets/command/od.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/od.md -------------------------------------------------------------------------------- /app/src/main/assets/command/openssl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/openssl.md -------------------------------------------------------------------------------- /app/src/main/assets/command/parted.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/parted.md -------------------------------------------------------------------------------- /app/src/main/assets/command/partprobe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/partprobe.md -------------------------------------------------------------------------------- /app/src/main/assets/command/passwd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/passwd.md -------------------------------------------------------------------------------- /app/src/main/assets/command/paste.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/paste.md -------------------------------------------------------------------------------- /app/src/main/assets/command/patch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/patch.md -------------------------------------------------------------------------------- /app/src/main/assets/command/pathchk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/pathchk.md -------------------------------------------------------------------------------- /app/src/main/assets/command/perl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/perl.md -------------------------------------------------------------------------------- /app/src/main/assets/command/pfctl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/pfctl.md -------------------------------------------------------------------------------- /app/src/main/assets/command/pgrep.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/pgrep.md -------------------------------------------------------------------------------- /app/src/main/assets/command/php.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/php.md -------------------------------------------------------------------------------- /app/src/main/assets/command/pico.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/pico.md -------------------------------------------------------------------------------- /app/src/main/assets/command/pidof.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/pidof.md -------------------------------------------------------------------------------- /app/src/main/assets/command/pidstat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/pidstat.md -------------------------------------------------------------------------------- /app/src/main/assets/command/pigz.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/pigz.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ping.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ping.md -------------------------------------------------------------------------------- /app/src/main/assets/command/pkill.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/pkill.md -------------------------------------------------------------------------------- /app/src/main/assets/command/pmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/pmap.md -------------------------------------------------------------------------------- /app/src/main/assets/command/popd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/popd.md -------------------------------------------------------------------------------- /app/src/main/assets/command/poweroff.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/poweroff.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ppp-off.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ppp-off.md -------------------------------------------------------------------------------- /app/src/main/assets/command/pr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/pr.md -------------------------------------------------------------------------------- /app/src/main/assets/command/printf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/printf.md -------------------------------------------------------------------------------- /app/src/main/assets/command/protoize.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/protoize.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ps.md -------------------------------------------------------------------------------- /app/src/main/assets/command/pssh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/pssh.md -------------------------------------------------------------------------------- /app/src/main/assets/command/pstack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/pstack.md -------------------------------------------------------------------------------- /app/src/main/assets/command/pstree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/pstree.md -------------------------------------------------------------------------------- /app/src/main/assets/command/pushd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/pushd.md -------------------------------------------------------------------------------- /app/src/main/assets/command/pv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/pv.md -------------------------------------------------------------------------------- /app/src/main/assets/command/pvchange.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/pvchange.md -------------------------------------------------------------------------------- /app/src/main/assets/command/pvck.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/pvck.md -------------------------------------------------------------------------------- /app/src/main/assets/command/pvcreate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/pvcreate.md -------------------------------------------------------------------------------- /app/src/main/assets/command/pvdisplay.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/pvdisplay.md -------------------------------------------------------------------------------- /app/src/main/assets/command/pvremove.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/pvremove.md -------------------------------------------------------------------------------- /app/src/main/assets/command/pvs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/pvs.md -------------------------------------------------------------------------------- /app/src/main/assets/command/pvscan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/pvscan.md -------------------------------------------------------------------------------- /app/src/main/assets/command/pwck.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/pwck.md -------------------------------------------------------------------------------- /app/src/main/assets/command/pwconv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/pwconv.md -------------------------------------------------------------------------------- /app/src/main/assets/command/pwd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/pwd.md -------------------------------------------------------------------------------- /app/src/main/assets/command/pwunconv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/pwunconv.md -------------------------------------------------------------------------------- /app/src/main/assets/command/quota.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/quota.md -------------------------------------------------------------------------------- /app/src/main/assets/command/quotacheck.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/quotacheck.md -------------------------------------------------------------------------------- /app/src/main/assets/command/quotaoff.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/quotaoff.md -------------------------------------------------------------------------------- /app/src/main/assets/command/quotaon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/quotaon.md -------------------------------------------------------------------------------- /app/src/main/assets/command/rcconf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/rcconf.md -------------------------------------------------------------------------------- /app/src/main/assets/command/rcp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/rcp.md -------------------------------------------------------------------------------- /app/src/main/assets/command/read.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/read.md -------------------------------------------------------------------------------- /app/src/main/assets/command/readelf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/readelf.md -------------------------------------------------------------------------------- /app/src/main/assets/command/readonly.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/readonly.md -------------------------------------------------------------------------------- /app/src/main/assets/command/reboot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/reboot.md -------------------------------------------------------------------------------- /app/src/main/assets/command/reject.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/reject.md -------------------------------------------------------------------------------- /app/src/main/assets/command/rename.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/rename.md -------------------------------------------------------------------------------- /app/src/main/assets/command/renice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/renice.md -------------------------------------------------------------------------------- /app/src/main/assets/command/repquota.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/repquota.md -------------------------------------------------------------------------------- /app/src/main/assets/command/resize.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/resize.md -------------------------------------------------------------------------------- /app/src/main/assets/command/restore.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/restore.md -------------------------------------------------------------------------------- /app/src/main/assets/command/restorecon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/restorecon.md -------------------------------------------------------------------------------- /app/src/main/assets/command/return.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/return.md -------------------------------------------------------------------------------- /app/src/main/assets/command/rev.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/rev.md -------------------------------------------------------------------------------- /app/src/main/assets/command/rexec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/rexec.md -------------------------------------------------------------------------------- /app/src/main/assets/command/rlogin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/rlogin.md -------------------------------------------------------------------------------- /app/src/main/assets/command/rm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/rm.md -------------------------------------------------------------------------------- /app/src/main/assets/command/rmdir.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/rmdir.md -------------------------------------------------------------------------------- /app/src/main/assets/command/rmmod.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/rmmod.md -------------------------------------------------------------------------------- /app/src/main/assets/command/route.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/route.md -------------------------------------------------------------------------------- /app/src/main/assets/command/rpm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/rpm.md -------------------------------------------------------------------------------- /app/src/main/assets/command/rpm2cpio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/rpm2cpio.md -------------------------------------------------------------------------------- /app/src/main/assets/command/rpmbuild.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/rpmbuild.md -------------------------------------------------------------------------------- /app/src/main/assets/command/rpmdb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/rpmdb.md -------------------------------------------------------------------------------- /app/src/main/assets/command/rpmquery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/rpmquery.md -------------------------------------------------------------------------------- /app/src/main/assets/command/rpmsign.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/rpmsign.md -------------------------------------------------------------------------------- /app/src/main/assets/command/rpmverify.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/rpmverify.md -------------------------------------------------------------------------------- /app/src/main/assets/command/rsh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/rsh.md -------------------------------------------------------------------------------- /app/src/main/assets/command/rsync.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/rsync.md -------------------------------------------------------------------------------- /app/src/main/assets/command/runlevel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/runlevel.md -------------------------------------------------------------------------------- /app/src/main/assets/command/sar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/sar.md -------------------------------------------------------------------------------- /app/src/main/assets/command/scp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/scp.md -------------------------------------------------------------------------------- /app/src/main/assets/command/screen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/screen.md -------------------------------------------------------------------------------- /app/src/main/assets/command/script.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/script.md -------------------------------------------------------------------------------- /app/src/main/assets/command/scriptreplay.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/scriptreplay.md -------------------------------------------------------------------------------- /app/src/main/assets/command/sed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/sed.md -------------------------------------------------------------------------------- /app/src/main/assets/command/seinfo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/seinfo.md -------------------------------------------------------------------------------- /app/src/main/assets/command/semanage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/semanage.md -------------------------------------------------------------------------------- /app/src/main/assets/command/sendmail.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/sendmail.md -------------------------------------------------------------------------------- /app/src/main/assets/command/seq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/seq.md -------------------------------------------------------------------------------- /app/src/main/assets/command/service.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/service.md -------------------------------------------------------------------------------- /app/src/main/assets/command/sesearch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/sesearch.md -------------------------------------------------------------------------------- /app/src/main/assets/command/set.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/set.md -------------------------------------------------------------------------------- /app/src/main/assets/command/setfacl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/setfacl.md -------------------------------------------------------------------------------- /app/src/main/assets/command/setpci.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/setpci.md -------------------------------------------------------------------------------- /app/src/main/assets/command/setsebool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/setsebool.md -------------------------------------------------------------------------------- /app/src/main/assets/command/setsid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/setsid.md -------------------------------------------------------------------------------- /app/src/main/assets/command/sftp-server.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/sftp-server.md -------------------------------------------------------------------------------- /app/src/main/assets/command/sftp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/sftp.md -------------------------------------------------------------------------------- /app/src/main/assets/command/sh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/sh.md -------------------------------------------------------------------------------- /app/src/main/assets/command/shift.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/shift.md -------------------------------------------------------------------------------- /app/src/main/assets/command/shopt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/shopt.md -------------------------------------------------------------------------------- /app/src/main/assets/command/showmount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/showmount.md -------------------------------------------------------------------------------- /app/src/main/assets/command/shuf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/shuf.md -------------------------------------------------------------------------------- /app/src/main/assets/command/shutdown.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/shutdown.md -------------------------------------------------------------------------------- /app/src/main/assets/command/skill.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/skill.md -------------------------------------------------------------------------------- /app/src/main/assets/command/slabtop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/slabtop.md -------------------------------------------------------------------------------- /app/src/main/assets/command/sleep.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/sleep.md -------------------------------------------------------------------------------- /app/src/main/assets/command/slocate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/slocate.md -------------------------------------------------------------------------------- /app/src/main/assets/command/smbclient.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/smbclient.md -------------------------------------------------------------------------------- /app/src/main/assets/command/smbpasswd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/smbpasswd.md -------------------------------------------------------------------------------- /app/src/main/assets/command/sort.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/sort.md -------------------------------------------------------------------------------- /app/src/main/assets/command/source.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/source.md -------------------------------------------------------------------------------- /app/src/main/assets/command/speedtest-cli.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/speedtest-cli.md -------------------------------------------------------------------------------- /app/src/main/assets/command/spell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/spell.md -------------------------------------------------------------------------------- /app/src/main/assets/command/split.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/split.md -------------------------------------------------------------------------------- /app/src/main/assets/command/squid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/squid.md -------------------------------------------------------------------------------- /app/src/main/assets/command/squidclient.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/squidclient.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ss.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ss.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ssh-add.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ssh-add.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ssh-agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ssh-agent.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ssh-copy-id.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ssh-copy-id.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ssh-keygen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ssh-keygen.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ssh-keyscan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ssh-keyscan.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ssh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ssh.md -------------------------------------------------------------------------------- /app/src/main/assets/command/sshd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/sshd.md -------------------------------------------------------------------------------- /app/src/main/assets/command/startx.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/startx.md -------------------------------------------------------------------------------- /app/src/main/assets/command/stat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/stat.md -------------------------------------------------------------------------------- /app/src/main/assets/command/strace.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/strace.md -------------------------------------------------------------------------------- /app/src/main/assets/command/strings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/strings.md -------------------------------------------------------------------------------- /app/src/main/assets/command/stty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/stty.md -------------------------------------------------------------------------------- /app/src/main/assets/command/su.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/su.md -------------------------------------------------------------------------------- /app/src/main/assets/command/sudo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/sudo.md -------------------------------------------------------------------------------- /app/src/main/assets/command/sum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/sum.md -------------------------------------------------------------------------------- /app/src/main/assets/command/supervisord.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/supervisord.md -------------------------------------------------------------------------------- /app/src/main/assets/command/suspend.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/suspend.md -------------------------------------------------------------------------------- /app/src/main/assets/command/swapoff.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/swapoff.md -------------------------------------------------------------------------------- /app/src/main/assets/command/swapon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/swapon.md -------------------------------------------------------------------------------- /app/src/main/assets/command/sync.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/sync.md -------------------------------------------------------------------------------- /app/src/main/assets/command/sysctl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/sysctl.md -------------------------------------------------------------------------------- /app/src/main/assets/command/syslog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/syslog.md -------------------------------------------------------------------------------- /app/src/main/assets/command/systemctl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/systemctl.md -------------------------------------------------------------------------------- /app/src/main/assets/command/systool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/systool.md -------------------------------------------------------------------------------- /app/src/main/assets/command/tac.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/tac.md -------------------------------------------------------------------------------- /app/src/main/assets/command/tail.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/tail.md -------------------------------------------------------------------------------- /app/src/main/assets/command/tailf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/tailf.md -------------------------------------------------------------------------------- /app/src/main/assets/command/talk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/talk.md -------------------------------------------------------------------------------- /app/src/main/assets/command/tar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/tar.md -------------------------------------------------------------------------------- /app/src/main/assets/command/tcpdump.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/tcpdump.md -------------------------------------------------------------------------------- /app/src/main/assets/command/tcpreplay.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/tcpreplay.md -------------------------------------------------------------------------------- /app/src/main/assets/command/tee.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/tee.md -------------------------------------------------------------------------------- /app/src/main/assets/command/telinit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/telinit.md -------------------------------------------------------------------------------- /app/src/main/assets/command/telnet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/telnet.md -------------------------------------------------------------------------------- /app/src/main/assets/command/tempfile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/tempfile.md -------------------------------------------------------------------------------- /app/src/main/assets/command/test.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/test.md -------------------------------------------------------------------------------- /app/src/main/assets/command/tftp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/tftp.md -------------------------------------------------------------------------------- /app/src/main/assets/command/time.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/time.md -------------------------------------------------------------------------------- /app/src/main/assets/command/timedatectl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/timedatectl.md -------------------------------------------------------------------------------- /app/src/main/assets/command/times.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/times.md -------------------------------------------------------------------------------- /app/src/main/assets/command/tload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/tload.md -------------------------------------------------------------------------------- /app/src/main/assets/command/tmux.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/tmux.md -------------------------------------------------------------------------------- /app/src/main/assets/command/top.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/top.md -------------------------------------------------------------------------------- /app/src/main/assets/command/touch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/touch.md -------------------------------------------------------------------------------- /app/src/main/assets/command/tput.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/tput.md -------------------------------------------------------------------------------- /app/src/main/assets/command/tr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/tr.md -------------------------------------------------------------------------------- /app/src/main/assets/command/tracepath.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/tracepath.md -------------------------------------------------------------------------------- /app/src/main/assets/command/traceroute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/traceroute.md -------------------------------------------------------------------------------- /app/src/main/assets/command/trap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/trap.md -------------------------------------------------------------------------------- /app/src/main/assets/command/tree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/tree.md -------------------------------------------------------------------------------- /app/src/main/assets/command/true.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/true.md -------------------------------------------------------------------------------- /app/src/main/assets/command/tty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/tty.md -------------------------------------------------------------------------------- /app/src/main/assets/command/type.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/type.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ulimit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ulimit.md -------------------------------------------------------------------------------- /app/src/main/assets/command/umask.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/umask.md -------------------------------------------------------------------------------- /app/src/main/assets/command/umount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/umount.md -------------------------------------------------------------------------------- /app/src/main/assets/command/unalias.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/unalias.md -------------------------------------------------------------------------------- /app/src/main/assets/command/uname.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/uname.md -------------------------------------------------------------------------------- /app/src/main/assets/command/unarj.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/unarj.md -------------------------------------------------------------------------------- /app/src/main/assets/command/uncompress.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/uncompress.md -------------------------------------------------------------------------------- /app/src/main/assets/command/unexpand.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/unexpand.md -------------------------------------------------------------------------------- /app/src/main/assets/command/uniq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/uniq.md -------------------------------------------------------------------------------- /app/src/main/assets/command/unlink.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/unlink.md -------------------------------------------------------------------------------- /app/src/main/assets/command/unprotoize.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/unprotoize.md -------------------------------------------------------------------------------- /app/src/main/assets/command/unrar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/unrar.md -------------------------------------------------------------------------------- /app/src/main/assets/command/unset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/unset.md -------------------------------------------------------------------------------- /app/src/main/assets/command/unzip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/unzip.md -------------------------------------------------------------------------------- /app/src/main/assets/command/updatedb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/updatedb.md -------------------------------------------------------------------------------- /app/src/main/assets/command/uptime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/uptime.md -------------------------------------------------------------------------------- /app/src/main/assets/command/useradd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/useradd.md -------------------------------------------------------------------------------- /app/src/main/assets/command/userdel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/userdel.md -------------------------------------------------------------------------------- /app/src/main/assets/command/usermod.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/usermod.md -------------------------------------------------------------------------------- /app/src/main/assets/command/usernetctl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/usernetctl.md -------------------------------------------------------------------------------- /app/src/main/assets/command/users.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/users.md -------------------------------------------------------------------------------- /app/src/main/assets/command/uucico.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/uucico.md -------------------------------------------------------------------------------- /app/src/main/assets/command/uupick.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/uupick.md -------------------------------------------------------------------------------- /app/src/main/assets/command/uuto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/uuto.md -------------------------------------------------------------------------------- /app/src/main/assets/command/vdfuse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/vdfuse.md -------------------------------------------------------------------------------- /app/src/main/assets/command/vgchange.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/vgchange.md -------------------------------------------------------------------------------- /app/src/main/assets/command/vgconvert.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/vgconvert.md -------------------------------------------------------------------------------- /app/src/main/assets/command/vgcreate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/vgcreate.md -------------------------------------------------------------------------------- /app/src/main/assets/command/vgdisplay.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/vgdisplay.md -------------------------------------------------------------------------------- /app/src/main/assets/command/vgextend.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/vgextend.md -------------------------------------------------------------------------------- /app/src/main/assets/command/vgreduce.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/vgreduce.md -------------------------------------------------------------------------------- /app/src/main/assets/command/vgremove.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/vgremove.md -------------------------------------------------------------------------------- /app/src/main/assets/command/vgrename.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/vgrename.md -------------------------------------------------------------------------------- /app/src/main/assets/command/vgscan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/vgscan.md -------------------------------------------------------------------------------- /app/src/main/assets/command/vi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/vi.md -------------------------------------------------------------------------------- /app/src/main/assets/command/vmstat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/vmstat.md -------------------------------------------------------------------------------- /app/src/main/assets/command/volname.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/volname.md -------------------------------------------------------------------------------- /app/src/main/assets/command/w.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/w.md -------------------------------------------------------------------------------- /app/src/main/assets/command/wait.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/wait.md -------------------------------------------------------------------------------- /app/src/main/assets/command/wall.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/wall.md -------------------------------------------------------------------------------- /app/src/main/assets/command/watch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/watch.md -------------------------------------------------------------------------------- /app/src/main/assets/command/wc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/wc.md -------------------------------------------------------------------------------- /app/src/main/assets/command/wget.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/wget.md -------------------------------------------------------------------------------- /app/src/main/assets/command/whatis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/whatis.md -------------------------------------------------------------------------------- /app/src/main/assets/command/whereis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/whereis.md -------------------------------------------------------------------------------- /app/src/main/assets/command/which.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/which.md -------------------------------------------------------------------------------- /app/src/main/assets/command/who.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/who.md -------------------------------------------------------------------------------- /app/src/main/assets/command/whoami.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/whoami.md -------------------------------------------------------------------------------- /app/src/main/assets/command/write.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/write.md -------------------------------------------------------------------------------- /app/src/main/assets/command/xargs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/xargs.md -------------------------------------------------------------------------------- /app/src/main/assets/command/xauth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/xauth.md -------------------------------------------------------------------------------- /app/src/main/assets/command/xclip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/xclip.md -------------------------------------------------------------------------------- /app/src/main/assets/command/xhost.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/xhost.md -------------------------------------------------------------------------------- /app/src/main/assets/command/xinit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/xinit.md -------------------------------------------------------------------------------- /app/src/main/assets/command/xlsatoms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/xlsatoms.md -------------------------------------------------------------------------------- /app/src/main/assets/command/xlsclients.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/xlsclients.md -------------------------------------------------------------------------------- /app/src/main/assets/command/xlsfonts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/xlsfonts.md -------------------------------------------------------------------------------- /app/src/main/assets/command/xrandr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/xrandr.md -------------------------------------------------------------------------------- /app/src/main/assets/command/xset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/xset.md -------------------------------------------------------------------------------- /app/src/main/assets/command/xz.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/xz.md -------------------------------------------------------------------------------- /app/src/main/assets/command/yes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/yes.md -------------------------------------------------------------------------------- /app/src/main/assets/command/ypdomainname.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/ypdomainname.md -------------------------------------------------------------------------------- /app/src/main/assets/command/yum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/yum.md -------------------------------------------------------------------------------- /app/src/main/assets/command/zcat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/zcat.md -------------------------------------------------------------------------------- /app/src/main/assets/command/zfore.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/zfore.md -------------------------------------------------------------------------------- /app/src/main/assets/command/zip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/zip.md -------------------------------------------------------------------------------- /app/src/main/assets/command/zipinfo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/zipinfo.md -------------------------------------------------------------------------------- /app/src/main/assets/command/zipsplit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/zipsplit.md -------------------------------------------------------------------------------- /app/src/main/assets/command/znew.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/command/znew.md -------------------------------------------------------------------------------- /app/src/main/assets/template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/template.html -------------------------------------------------------------------------------- /app/src/main/assets/theme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/theme.md -------------------------------------------------------------------------------- /app/src/main/assets/theme/css/Chinese-red.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/theme/css/Chinese-red.css -------------------------------------------------------------------------------- /app/src/main/assets/theme/css/channing-cyan.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/theme/css/channing-cyan.css -------------------------------------------------------------------------------- /app/src/main/assets/theme/css/classic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/theme/css/classic.css -------------------------------------------------------------------------------- /app/src/main/assets/theme/css/condensed-night-purple.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/theme/css/condensed-night-purple.css -------------------------------------------------------------------------------- /app/src/main/assets/theme/css/dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/theme/css/dark.css -------------------------------------------------------------------------------- /app/src/main/assets/theme/css/devui-blue.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/theme/css/devui-blue.css -------------------------------------------------------------------------------- /app/src/main/assets/theme/css/fancy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/theme/css/fancy.css -------------------------------------------------------------------------------- /app/src/main/assets/theme/css/foghorn.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/theme/css/foghorn.css -------------------------------------------------------------------------------- /app/src/main/assets/theme/css/geek-black.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/theme/css/geek-black.css -------------------------------------------------------------------------------- /app/src/main/assets/theme/css/greenwillow.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/theme/css/greenwillow.css -------------------------------------------------------------------------------- /app/src/main/assets/theme/css/hydrogen.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/theme/css/hydrogen.css -------------------------------------------------------------------------------- /app/src/main/assets/theme/css/mt-cute.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/theme/css/mt-cute.css -------------------------------------------------------------------------------- /app/src/main/assets/theme/css/pageWhite.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/theme/css/pageWhite.css -------------------------------------------------------------------------------- /app/src/main/assets/theme/css/rude-crab.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/theme/css/rude-crab.css -------------------------------------------------------------------------------- /app/src/main/assets/theme/css/scrolls.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/theme/css/scrolls.css -------------------------------------------------------------------------------- /app/src/main/assets/theme/css/smart-blue.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/theme/css/smart-blue.css -------------------------------------------------------------------------------- /app/src/main/assets/theme/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/theme/css/style.css -------------------------------------------------------------------------------- /app/src/main/assets/theme/css/v-green.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/theme/css/v-green.css -------------------------------------------------------------------------------- /app/src/main/assets/theme/css/vuepress.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/assets/theme/css/vuepress.css -------------------------------------------------------------------------------- /app/src/main/java/ernest/linuxcmd/App.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/java/ernest/linuxcmd/App.kt -------------------------------------------------------------------------------- /app/src/main/java/ernest/linuxcmd/CmdListAdapter.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/java/ernest/linuxcmd/CmdListAdapter.kt -------------------------------------------------------------------------------- /app/src/main/java/ernest/linuxcmd/CmdSuggestionProvider.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/java/ernest/linuxcmd/CmdSuggestionProvider.kt -------------------------------------------------------------------------------- /app/src/main/java/ernest/linuxcmd/MainActivity.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/java/ernest/linuxcmd/MainActivity.kt -------------------------------------------------------------------------------- /app/src/main/java/ernest/linuxcmd/markdown/CommonMarkMarkdownParser.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/java/ernest/linuxcmd/markdown/CommonMarkMarkdownParser.kt -------------------------------------------------------------------------------- /app/src/main/java/ernest/linuxcmd/markdown/FlexMarkMarkdownParser.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/java/ernest/linuxcmd/markdown/FlexMarkMarkdownParser.kt -------------------------------------------------------------------------------- /app/src/main/java/ernest/linuxcmd/markdown/MarkDownFileUtil.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/java/ernest/linuxcmd/markdown/MarkDownFileUtil.kt -------------------------------------------------------------------------------- /app/src/main/java/ernest/linuxcmd/markdown/MarkdownParser.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/java/ernest/linuxcmd/markdown/MarkdownParser.kt -------------------------------------------------------------------------------- /app/src/main/java/ernest/linuxcmd/setting/AppSetting.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/java/ernest/linuxcmd/setting/AppSetting.kt -------------------------------------------------------------------------------- /app/src/main/java/ernest/linuxcmd/setting/ThemeListAdapter.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/java/ernest/linuxcmd/setting/ThemeListAdapter.kt -------------------------------------------------------------------------------- /app/src/main/java/ernest/linuxcmd/setting/ThemeSettingActivity.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/java/ernest/linuxcmd/setting/ThemeSettingActivity.kt -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_action_save.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/res/drawable/ic_action_save.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_action_search.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/res/drawable/ic_action_search.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_action_setting.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/res/drawable/ic_action_setting.xml -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_action_show_list.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/res/drawable/ic_action_show_list.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/res/layout/activity_main.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/activity_theme_setting.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/res/layout/activity_theme_setting.xml -------------------------------------------------------------------------------- /app/src/main/res/layout/item_cmd.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/res/layout/item_cmd.xml -------------------------------------------------------------------------------- /app/src/main/res/menu/menu_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/res/menu/menu_main.xml -------------------------------------------------------------------------------- /app/src/main/res/menu/menu_theme_setting.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/res/menu/menu_theme_setting.xml -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /app/src/main/res/values/colors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/res/values/colors.xml -------------------------------------------------------------------------------- /app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/res/values/strings.xml -------------------------------------------------------------------------------- /app/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/res/values/styles.xml -------------------------------------------------------------------------------- /app/src/main/res/xml/searchable.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/main/res/xml/searchable.xml -------------------------------------------------------------------------------- /app/src/test/java/ernest/linuxcmd/ExampleUnitTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/app/src/test/java/ernest/linuxcmd/ExampleUnitTest.java -------------------------------------------------------------------------------- /gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/gradle.properties -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/gradle/wrapper/gradle-wrapper.properties -------------------------------------------------------------------------------- /gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/gradlew -------------------------------------------------------------------------------- /gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/gradlew.bat -------------------------------------------------------------------------------- /screenshot/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/screenshot/1.jpg -------------------------------------------------------------------------------- /screenshot/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/screenshot/2.jpg -------------------------------------------------------------------------------- /screenshot/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/screenshot/3.jpg -------------------------------------------------------------------------------- /screenshot/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/screenshot/4.jpg -------------------------------------------------------------------------------- /settings.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ernest-su/LinuxCmd/HEAD/settings.gradle --------------------------------------------------------------------------------