2021年3月4日星期四

Too many arguments? What does that even mean?

This is my code... Just a simple hello world in C in VScode...

#include <stdio.h>    int main ( ){      printf("Hello World");      return 0;  }  

When I run I get this error:

  $ cd "c:\Users\Asus\Desktop\C C++\" && gcc test.c -o test && "c:\Users\Asus\Desktop\C C++\"test  bash: cd: too many arguments  

What does that even mean? Thanks.

https://stackoverflow.com/questions/66485290/too-many-arguments-what-does-that-even-mean March 05, 2021 at 09:06AM

没有评论:

发表评论