I'm new to Ubuntu I tried to open a file with a name that has a place in it I used the cd command it shows bash: cd: too many arguments
whenever there is a space in the file name. He shows this error. What should I do? thanks in advance
Use quotation marks:
cd "new folder"
or remove the space:
cd new\ folder
(It cddoes not open the file, but changes the working directory.)
cd
Source: https://habr.com/ru/post/1689453/More articles:Cast type of Delphi 5 to evaluated type. Invalid display error - delphiThe stream of additional fields returns values - javaWhy is unsigned 4 not considered more than signed -2? - chow to recreate a missing socket to start the supervisor process - linuxBoolean expression using Spring Profiles - javaUpgrading Oracle 12.1 to 12.2 Oracle Dependency Error - c #User Management with ASP.NET Core 2.0 - asp.netArithmetic operation does not return in VB6 and C # - mathDependencies Oracle.DataAccess.Client - c #Как включить глобальные стили CDN (для использования dev) в моей компании с помощью Webpack в рамках проекта Vue cli? - cssAll Articles