Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 371 Bytes

SC1018.md

File metadata and controls

11 lines (6 loc) · 371 Bytes

Pattern: Use of Unicode non-breaking space in shell script

Issue: -

Description

To humans, a zero-width space is invisible and a non-breaking space is indistinguishable from a regular space, but the shell does not agree. Delete the indicated space/word and retype it.

Further Reading