- It print content of all the files with file name as header of the content
tail -n +1 {{FILES_PREFIX}}*
- FILE_PREFIX: Prefix for the files to tail. It can also be an empty string to tail all the files of the directory
tail -n +1 ak*
or
tail -n +1 *
tail -n +1 {{FILES_PREFIX}}*
tail -n +1 ak*
or
tail -n +1 *