Customized UNIX tail command This program displays the last NUMBER_OF_LINES of the file located in FILE_PATH. NUMBER_OF_LINES: a positive integer. FILE_PATH: The file path. Build: gcc ctail.c -o ctail Run: ./ctail $FILE_PATH $NUMBER_OF_LINES