-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
I'm going to make a few new command for BoneOS.
- logname - prints current login name
- man - help manual
- pwd - print current working directory
- uname - print system info
- watch - execute a program periodically
- time - get current time for process
- date - get current date
- whatis - displays a one line description of a command
- whoami - just like logname prints the current user
- uptime - displays total time since the computer started
- alias - makes another temporary name for a command till the terminal is closed
- shutdown - already implemented by 'poweroff', but need some more improvements
- tldr - simplified man pages, not installed by default