Search Results

Search: Posts Made By: Corona688
1,614
Posted By Corona688
BASH -- and ksh, and sh -- care about spaces in a...
BASH -- and ksh, and sh -- care about spaces in a few other places as well.

This is wrong:
if["this"="this"]
then
echo "strings are identical"
fi

This is okay:
if [ "this" = "this"...
1,614
Posted By Corona688
Linux and UNIX don't care about the filename at...
Linux and UNIX don't care about the filename at all. They check the first few bytes in the file to see what it is.

All the top line does is tell the OS what shell to use.

If you want to use...
Showing results 1 to 2 of 2

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