logsave
Save the output of a command in a logfile. More information: <https://manned.org/logsave>.
Install
- All systems
-
curl cmd.cat/logsave.sh
- Debian
-
apt-get install e2fsprogs - Ubuntu
-
apt-get install e2fsprogs -
Alpine
-
apk add e2fsprogs - Arch Linux
-
pacman -S e2fsprogs - Kali Linux
-
apt-get install e2fsprogs - CentOS
-
yum install e2fsprogs - Fedora
-
dnf install e2fsprogs - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install e2fsprogs - OS X
-
brew install e2fsprogs - Raspbian
-
apt-get install e2fsprogs - Docker
-
docker run cmd.cat/logsave logsavepowered by Commando
Save the output of a command in a logfile. More information: <https://manned.org/logsave>.
-
Execute command with specified argument(s) and save its output to log file:
logsave path/to/logfile command -
Take input from `stdin` and save it in a log file:
logsave logfile - -
Append the output to a log file, instead of replacing its current contents:
logsave -a logfile command -
Show verbose output:
logsave -v logfile command
© tl;dr; authors and contributors