Skip to main content

Questions tagged [special-characters]

If it has a meaning beyond its literal meaning, a meta-meaning, then we refer to it as a special character.

4 votes
1 answer
753 views

How can I remove special non-characters e.g. faces, avatars, emojis, symbols that are not part of national alphabets from filenames while keeping any national alphabets intact? e.g. ...
Estatistics's user avatar
0 votes
1 answer
195 views

I am trying to SSH to Linux box with username containing /. For example: tes/t But the characters after / get truncated and user is seen as tes during SSH. SSH then fails with this user since its ...
Pam's user avatar
  • 13
0 votes
2 answers
116 views

I'm having trouble finding a name for the - character in the context of a piped bash command. What is the - character called? Can I replace it with something more readable for a script? Example ...
tarabyte's user avatar
  • 4,576
-1 votes
2 answers
101 views

so I wanted to write a script to replace special characters with their escaped equivalent so I can pass it to mkdir command. As a friend used a similar line I can use this to replace parantheses with ...
Navid Taghavi's user avatar
2 votes
1 answer
2k views

Why would a file show up surrounded by double quotes with a character surrounded by single quotes within it? "insight_automation.log'.'2024-03-13" I am using Ubuntu Server 22.04.3 LTS. A ...
Logan Kitchen's user avatar
3 votes
3 answers
1k views

I need to create a file named *'test'* If I write touch \'test\' ls shows 'test' But if I write touch \*\'test\'\* ls now shows *'\''test'\''* What's the trick ? Can someone explain me what I did ...
Shoopi's user avatar
  • 41
2 votes
1 answer
452 views

I have #!/usr/bin/bash search="ldo_vrf18 {" replace="$search"' compatible = "regulator-fixed"; regulator-name = "vrf18&...
Bret Joseph's user avatar
0 votes
1 answer
625 views

Is there a way to use the sed command this to search for a special character at the beginning of line, replace it with another special character, and append a special character to that line only? I ...
DBO PHX's user avatar

15 30 50 per page
1
2 3 4 5
17