Posts Tagged ‘bash’

linux history clear command (2010-8-18)

Apple Keyboard Layout The Command key The Option key The modifier keys To serve the functionality of the Mac OS (and because of historical differences), the Apple Keyboard’s layout differs somewhat from that of the more ubiquitous IBM PC keyboard, mainly in its modifier and special keys. Features different from other keyboards include: The Command [...]

linux path command (2010-8-17)

Linux Directory Change? 5 stars? I need to: Write your own “Change Directory” command (cd). Make it so, when you change directories the system will respond with your old directory path, and then the new directory path. $>my_cd /bin going from ‘/home/user/cdey’ to ‘/bin’ $> Next write a command script that will allow you to [...]