I study Git ( link text ) and came across this command:
ls -C .git/objects/<dir> and when I entered it into GitBash, I received the following error:
sh: syntax error near unexpected token 'newline'
I searched the whole Internet, I can not find how to fix it. The only thing I realized that the problem is contained in the "<>". Apparently, Git Bash does not understand brackets.
>and<are standard output and input control statements. And under the<dir>in the manual is meant an arbitrary folder, for that brackets and highlighted. - etki