issues
search
pvineet44
/
minishell
The objective of this project is to create a simple shell. A little bash or zsh.
2
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
The ctrl +c/backslash signals do not work after a non-builtin command is run
#36
mohit-ashar
closed
4 years ago
0
"" or ''
#35
pvineet44
closed
4 years ago
0
unset PATH; ls
#34
pvineet44
closed
4 years ago
0
only tabs and/or spaces
#33
pvineet44
closed
4 years ago
0
error status after "After accessing a file without required permissions"
#32
pvineet44
closed
4 years ago
0
"Control-D or Control-C does not exit immediately when invalid commands are preceeded"
#31
pvineet44
opened
4 years ago
0
Pipes are not working!!!
#30
pvineet44
closed
4 years ago
0
ls <> abc
#29
pvineet44
closed
4 years ago
0
sort < abc
#28
pvineet44
closed
4 years ago
0
;; or ;
#27
pvineet44
closed
4 years ago
0
unset "" OR unset "" a OR unset a ""
#26
pvineet44
closed
4 years ago
1
ls >a b
#25
mohit-ashar
closed
4 years ago
0
spaces within quotes
#24
mohit-ashar
closed
4 years ago
1
exit with args
#23
pvineet44
closed
4 years ago
0
check inits
#22
pvineet44
closed
4 years ago
1
ls / | wc -l | cat -e > one
#21
pvineet44
closed
4 years ago
1
;; > bash vs minishell has a difference
#20
pvineet44
closed
4 years ago
0
ctrl + \ after cat without args
#19
pvineet44
closed
4 years ago
0
Cat
#18
pvineet44
closed
4 years ago
2
only \0
#17
pvineet44
closed
4 years ago
1
unsetenv PATH ; /bin/ls /
#16
pvineet44
closed
4 years ago
1
unset HOME; cd
#15
pvineet44
closed
4 years ago
1
run only spaces on minishell. Nothing should happen
#14
pvineet44
closed
4 years ago
1
ls -l -all (tabs and spaces n between 2 options)
#13
pvineet44
closed
4 years ago
0
cat<f2|wc -> doesn't work like bash
#12
pvineet44
closed
4 years ago
0
ifcat < f2| wc - this works, don't know why?
#11
pvineet44
closed
4 years ago
0
cat < input.txt | wc if input.txt does not exist
#10
pvineet44
closed
4 years ago
0
>< redir syntax error
#9
pvineet44
closed
4 years ago
0
cd var1 var2 var3
#8
pvineet44
closed
4 years ago
0
args with spaces need to be trimmed
#7
pvineet44
closed
4 years ago
0
echo -n without args
#6
pvineet44
closed
4 years ago
1
ls | unknown_cmd > file1
#5
pvineet44
closed
4 years ago
0
Deferred: ls > a > b c| file1
#4
pvineet44
opened
4 years ago
1
cat without arguments
#3
pvineet44
closed
4 years ago
1
export without arguments works in bash not in minishell
#2
pvineet44
closed
4 years ago
0
Parsing when pwd>>s;
#1
pvineet44
closed
4 years ago
0