You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AWK is a programming language that is used to process text files. It is a domain specific language that is designed for text processing and typically used as a data extraction and reporting tool. It is a standard feature of most Unix-like operating systems.
5
+
6
+
7
+
# run the program
8
+
9
+
## for linux
10
+
11
+
for run the program, you can use the command:
12
+
13
+
```
14
+
awk -f hello.awk
15
+
```
16
+
17
+
## for windows
18
+
19
+
you need to install [git bash](https://git-scm.com/downloads), and run the program with the command:
0 commit comments