Hi, For my client I'm using below command to create txt file from SQL table.
**BCP "select from dbo.VW_RETAILER order by [ContractID] ASC, [PersdonID] ASC, [SKUID] ASC, [SequenceNo] ASC" queryout "E:\Project\Retailer.txt" -T -c -t "\t" -a 65535 -d Tools_XYZ -S SALES_SERVER*
Now Client want to use same command on their server but they are in the Linux environment.
Please assist how i can migrate this command in Linux OS !