'history' & 'exit' commands not executing in script
by JASlinux from LinuxQuestions.org on (#6CBAX)
When I execute this basic script in urxvt (terminal app):
Code:#!/bin/sh
reset
history -c
exitreset executes, history remains, & the windows stays open (does not exit)
Code:#!/bin/sh
reset
history -c
exitreset executes, history remains, & the windows stays open (does not exit)