How do I use shell commands with a directory that contains '-' like '-78059735'?
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I have an external program that generates directories with strings that are negative integers. I am trying to use basic shell commands including cd
and ls
with this directory, for example:
cd -78059735
Understandably, this fails because this looks like command line options starting with -7.
-bash: cd: -7: invalid option
Similarly, these variations also fail:
cd "-78059735"
cd "-78059735"
cd '-78059735'
cd '-78059735'
cd -78059735
How do I interact with this troublesome directory through the shell?
bash shell escape-characters
add a comment |Â
up vote
0
down vote
favorite
I have an external program that generates directories with strings that are negative integers. I am trying to use basic shell commands including cd
and ls
with this directory, for example:
cd -78059735
Understandably, this fails because this looks like command line options starting with -7.
-bash: cd: -7: invalid option
Similarly, these variations also fail:
cd "-78059735"
cd "-78059735"
cd '-78059735'
cd '-78059735'
cd -78059735
How do I interact with this troublesome directory through the shell?
bash shell escape-characters
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have an external program that generates directories with strings that are negative integers. I am trying to use basic shell commands including cd
and ls
with this directory, for example:
cd -78059735
Understandably, this fails because this looks like command line options starting with -7.
-bash: cd: -7: invalid option
Similarly, these variations also fail:
cd "-78059735"
cd "-78059735"
cd '-78059735'
cd '-78059735'
cd -78059735
How do I interact with this troublesome directory through the shell?
bash shell escape-characters
I have an external program that generates directories with strings that are negative integers. I am trying to use basic shell commands including cd
and ls
with this directory, for example:
cd -78059735
Understandably, this fails because this looks like command line options starting with -7.
-bash: cd: -7: invalid option
Similarly, these variations also fail:
cd "-78059735"
cd "-78059735"
cd '-78059735'
cd '-78059735'
cd -78059735
How do I interact with this troublesome directory through the shell?
bash shell escape-characters
bash shell escape-characters
asked 4 mins ago
mattm
1064
1064
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f476180%2fhow-do-i-use-shell-commands-with-a-directory-that-contains-like-78059735%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password