Sample Header Ad - 728x90

How to get first Character of every underscore delimiter using bash

1 vote
4 answers
344 views
Hi Team there is a scenario where table name such as
head_must_report

customer_report_sub_division

country_code_universe_nation_part
However using cut command output should be as below. Note: table name would be underscore delimiter.
HMR

CRSD

CCUNP
using bash script
Asked by Gyari (15 rep)
Apr 11, 2022, 02:18 PM
Last activity: Sep 13, 2023, 09:18 PM