Search Results

Search: Posts Made By: Swayam
1,680
Posted By Swayam
head -2 <filename> | sed 's/\//\\/g'
head -2 <filename> | sed 's/\//\\/g'
5,644
Posted By Swayam
create a file called -a
Can I create a file called '-a' in unix.Or can i open it with vi ?

vi \-a will give u an error that -a is invalid option for vi.
1,427
Posted By Swayam
multiple command with no ";"
I am using bash shell from quite a long.But i could not understand how the shell is working for the below example.The shell i am using is bash.

a=5
a=2 echo $a (no semicolon after assignment)...
Showing results 1 to 3 of 3

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