Search Results
| Search type | Search syntax |
|---|---|
| Tags | [tag] |
| Exact | "words here" |
| Author | user:1234 user:me (yours) |
| Score | score:3 (3+) score:0 (none) |
| Answers | answers:3 (3+) answers:0 (none) isaccepted:yes hasaccepted:no inquestion:1234 |
| Views | views:250 |
| Code | code:"if (foo != bar)" |
| Sections | title:apples body:"apples oranges" |
| URL | url:"*.example.com" |
| Saves | in:saves |
| Status | closed:yes duplicate:no migrated:no wiki:no |
| Types | is:question is:answer |
| Exclude | -[tag] -apples |
| For more details on advanced search visit our help page | |
Results tagged with ibm-unix-system-services
Search options not deleted user 433110
UNIX System Services (USS) is an included component of z/OS optimized for mainframe architecture.
0 votes
0 answers
171 views
awk on unix AS/400 (Qshell)
In linux, I can do this echo "hello" > a.txt awk 'sub("l", "x" )' a.txt hexlo But if I do it on Qshell, I get: echo "hello" > a.txt awk 'sub("l", "x" )' a.txt awk: 0602-562 Field $($ I have no …