User Tools

Site Tools


linux:bash:split-string

Bash Script Split String AWK CUT etc

Berikut ini adalah contoh split string menggunakan berbagai bash command

AWK split string

[root@24ds22 haproxy]# echo 'ini adalah contoh' | awk '{print $2}'
adalah
[root@24ds22 haproxy]# echo 'ini-adalah-contoh' | awk -F'-' '{print $2}'
adalah

CUT split string

[root@24ds22 haproxy]# echo 'ini-adalah-contoh' | cut -d'-' -f2
adalah

Selamat mencoba

Layanan

Harga Domain .COM | Harga Domain .ID | Shared Hosting | Email Hosting | MySQL Hosting |
linux/bash/split-string.txt · Last modified: 2023/08/22 22:34 by kbadmin

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki