< Home - < Back

csvcat


Information about the package, csvcat, which is shipped with common Linux distributions. The csvcat package is designed for, Efficiently concatenate CSVs or other tabular text files.


Package Name:

csvcat

Summary:

Efficiently concatenate CSVs or other tabular text files

Description:

Efficiently concatenate CSVs or other tabular text files, stripping extra header lines.

Architecture:

noarch

Version:

0.1

Release:

1.20141205git858edfe.el6

Size:

5.9 k

Repository:

epel

From Repository:

Licence:

MIT



Handy Yum Commands for csvcat


Control the csvcat package with the following handy commands outlined below.


Command

Description of Command

yum install csvcat

This command will install csvcat on the server.

yum remove csvcat

This command will un-install csvcat on the server. When you run this command, you will be asked if you are sure that you want to remove csvcat, so you have to manually confirm that you want to do this.

yum -y remove csvcat

This command will un-install csvcat on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove csvcat when using the -y flag.

yum update csvcat

This command will update csvcat to the latest version. When you run this command, you will be asked if you are sure that you want to remove csvcat, so you have to manually confirm that you want to do this.

yum -y update csvcat

This command will update csvcat to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove csvcat when using the -y flag.

yum info csvcat

This command will show you core information about the csvcat package.

yum deplist csvcat

This command will show you the dependencies for csvcat. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update csvcat

This command will check if there is an update waiting on csvcat. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.