New to Shell Scripting


Joined
May 10, 2023
Messages
2
Reaction score
0
I am making a fun new program that seems like AI only probably is that I have no idea how to do many things in Shell or Batch, Some things I want to learn are things like exercises and print commands, can someone please help?
 
Ad

Advertisements

Joined
Sep 4, 2022
Messages
74
Reaction score
4
few common exercises :

  • display your name/age at screen
  • store your name/age in a var
  • store your name/age in a file
  • read the file to display your name/age


create a function, with inputs ( name , age )
create a function displaying those two informations
 
Ad

Advertisements


Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top