RECENT POSTS
- Introduction to FreeBSD Security Best Practices
- Working with Package Management in FreeBSD
- Understanding FreeBSD Security Advisories and Updates
- Troubleshooting Common System Administration Issues in FreeBSD
- Tips for Hardening FreeBSD to achieve System Protection
- Setting Up DHCP Server in FreeBSD
- Secure User and Group Management in FreeBSD Systems
- Secure Remote Access with SSH in FreeBSD
- Optimizing System Performance in FreeBSD
- Network Packet Capture with tcpdump in FreeBSD
- All posts ...
Do you have GDPR compliance issues ?
Check out Legiscope a GDPR compliance software, that will save you weeks of work, automating your documentation, the training of your teams and all processes you need to keep your organisation compliant with privacy regulations
V7sh
Jul 20, 2023
Implementation of the UNIX 7th Edition shell
The original Steve R. Bourne shell from the 7th edition Unix including System III, 4.3BSD-Reno, Ultrix 3.1 and ``home made’’ fixes and enhancements
--' end of options added sysIII.
set +x’ and such added sysIII./etc/bsh_profile' sysIII and
$HOME/.bsh_profile’ unsw are sourced at login time if they exist. Initially, only the.profile' located in the current directory was sourced at login time if it exists. They have been
bsh_’ prefixed to avoid conflicts w/ the standardsprofiles' which can contains unsupported expressions such as shell functions. negation ! or ^ in
[]’ added sysIII.$x-x' and similar expressions added sysIII. '<<-' aka strip leading tab in here document added sysIII.
#’ comments are allowed in shell scripts sysIII/reno, but not on the command line reno !break N' and
continue N’ fixed sysIII/ultrix.if... then... [elif... [else...]] fi' fixed reno.
test’ sysIII and `ulimit’ ultrix builtins added.- ANSI-fication to permit an almost warning free compilation home made. `union trenod’ taken from 4.3BSD-Reno. better signal handling and error recovery sysIII/reno. better restricted shell sysIII and IFS protection reno.
- functions aren’t supported and command line input is not 8 bit clean.
- Older
- Newer
Checkout these related ports:
- Zsh - The Z shell
- Zsh-syntax-highlighting - Fish shell syntax highlighting for Zsh
- Zsh-navigation-tools -
- Zsh-completions - Additional completion definitions for Zsh
- Zsh-autosuggestions - Fish-like autosuggestions for Zsh
- Zsh-antigen - Tool for managing Zshell plugins inspired by Vundle
- Yash - POSIX-compliant command line shell
- Xonsh - Python-ish BASH-wards shell
- Wcd - Command-line program to change directory fast
- Vshnu - New Visual Shell
- Viewglob - GTK+ add-on to bash and zsh
- Tcshrc - Set of configuration scripts for the TCSH shell
- Switchbashzsh - Portable shell setup for Bash/Zsh across FreeBSD/Linux/Cygwin
- Starship - Cross-shell prompt for astronauts
- Sparforte - Shell and scripting language for mission-critical, scalable projects