Skip to content

Instantly share code, notes, and snippets.

View linuxrootok's full-sized avatar

Tyler linuxrootok

View GitHub Profile
@linuxrootok
linuxrootok / shell outputTable.sh
Last active September 12, 2023 19:15
[shell output the table] #shell
#!/bin/bash
sep="#"
# write the table border
function segmentation(){
local seg=""
local i
for i in $(seq $column_count)
do