gitlabEdit

cat command

Summary

Prints files to console.

Description

This command lets you print the contents of a text file to the console.

Command usage

  • cat (file)

Examples

  • cat text.txt: Prints the contents of text.txt to console

Last updated