79324439

Date: 2025-01-02 17:01:28
Score: 1.5
Natty:
Report link
// 'out' is a []byte of the 'stty size' output
out, err := exec.Command("stty", "-F", "/dev/tty", "size").Output()

// convert []byte to string
str := string(out)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Corey Robinson