LinuxMoz

Linux Stuff && Coffee

Netapp How to Read a File (Like Cat on Unix / Linux)

Netapp comes with a command to read text files, it’s similar to the Unix / Linux cat command.

This Netapp HowTo is useful for the following

  • Read files on Netapp
  • Netapp open text file
  • Netapp cat text file
  • Netapp read file on command line

Enter the following command to read text files on the command line:

1
rdfile /etc/hosts

The command above would print the contents of /etc/hosts.

You might be interested in my other Netapp Commands & HowTo’s.

Comments