Skip to content

Commit 9158dba

Browse files
committed
Simplified the wordings for user ease
1 parent 1fba866 commit 9158dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/books/learning_bash/03-data-entry-and-manipulations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ In this chapter you will learn how to make your scripts interact with users and
3131

3232
****
3333

34-
Depending on the purpose of the script, it may be necessary to send it information when it is launched or during its execution. This information, not known when the script is written, can be extracted from files or entered by the user. It is also possible to send this information in the form of arguments when the script command is entered. This is the way many Linux commands work.
34+
Depending on the script's purpose, it might need information either at launch or during execution. This info, not predetermined during script writing, can come from files, user input, or be passed as arguments when entering the script command, similar to many Linux commands.
3535

3636
## The `read` command
3737

0 commit comments

Comments
 (0)