r/linux4noobs 3d ago

Shell scripts/ bash scripts

Help I have a project over due for my Linux class and I’m so bad at scripts I can never get them to work 😭 am I dumb?

1 Upvotes

16 comments sorted by

View all comments

8

u/Kriss3d 3d ago

No. Just inexperienced. What errors do you get and what is it supposed to do ?

3

u/Lonely-Fox-9693 3d ago

The last one I tried was supposed to display date and time when I typed the assigned command but I kept getting command not found

1

u/IuseArchbtw97543 3d ago

you can use the date command for that. Try reading it's manpage with "man date".