Search Results

Search: Posts Made By: wyderkat
10,484
Posted By wyderkat
It's advised to always double quote variable in a...
It's advised to always double quote variable in a shell script.

"$var"
The reason for that is treating shell code and shell data in variables equivalently! Not like in other languages that line...
2,478
Posted By wyderkat
When I have just few screws (few lines of code)...
When I have just few screws (few lines of code) and my bed is falling apart without it (software crushes) and those screws have that strange head shape that non of my screwdriver matches (pure shell...
2,478
Posted By wyderkat
You are right, globbing is not expanded in any...
You are right, globbing is not expanded in any quoting. And single quotes
suppose to be faster than double quotes. But is it big difference
in performance?

Before I've investigated that problem...
2,478
Posted By wyderkat
Shell quoting rules for other languages programmers
I've seen so many times that programmers were confused about shell quoting and white spaces interpretation, that I decided to investigate that problem deeper. And my conclusion is that quoting in...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 05:14 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy