Skip to content

Guide to use CSVToCustomDSV in solaris

Hemanth B edited this page Feb 10, 2018 · 2 revisions

Prerequisite

  1. Solaris installed in virtual machine
  2. bash and text-utilities package

How to test and execute code

First install the package text-utilities for column command

sudo pkg install bash text-utilities

Download this repository in local machine using below command

$git --branch=solaris clone https://github.com/hemanth22/CSVToCustomDSV.git

Execute the script name :- solaris_csv2dsv.sh and you will get the result

$./solaris_csv2dsv.sh

Clone this wiki locally