Open Milimas opened 1 year ago
the command should get input from the last redirection in this command cat << l < Makefile << s the command output the Makefile instead of the last heredoc but cat << l < Makefile output the Makefile as intended
cat << l < Makefile << s
cat << l < Makefile
the command should get input from the last redirection in this command
cat << l < Makefile << s
the command output the Makefile instead of the last heredoc butcat << l < Makefile
output the Makefile as intended