======TPB1====== =====TOOLBOX===== * **file**(**1**) * **cat** * **file** * **head** * **paste** * **stegsnow** * **sort** * **tail** * **tr** * **uudecode** =====File Tool Operation===== =====Tail and Head Tool Operation===== The tail tool allows the user to select a range of bytes from the bottom of the screen to the top. you can choose the number of lines that you want to select by doing Tail -n [lines]. Same for head. It selects a number of lines from the top to bottom.