Questions tagged [whitespace]

combination of spaces, tabs, or newlines which create "empty" space in a line or column

Whitespace, or white space, is often used to refer to any combination of spaces, tabs, and new lines which create blank (or white, originally referring to the background color behind it) space between text, either horizontally or vertically.

When rendered, a whitespace character does not correspond to a visible mark, but typically does occupy an area on a page.

Useful links:

Whitespace character

Unicode information.

162 questions
2
votes
6 answers

How to count spaces in text?

In the following example, there are 4 spaces before inet. wolf@linux:~$ ip address show eth0 | grep 'inet ' inet 10.10.10.10/24 brd 10.10.10.255 scope global dynamic eth0 wolf@linux:~$ How do I count the number of spaces like this…
Wolf
  • 1,631
-1
votes
2 answers

Unable to remove space for filenames

I'm unable to remove space from filenames as below, Please advise if any solution is there on this issue. thank you /home/files: Dec 14 22:10 testfiles Dec 15 12:30 test file1 Dec 14 21:45 test file2 Dec 16 02:30 testfile3 $ ls -lrt| tr -s " " …
kumar
  • 1