Skip to content

Yan Zhou | Oct2025-1 | Tools | Sprint 2 | Shell Pipelines - #4

Open
yanzhou-git wants to merge 3 commits into
mainfrom
shell-pipelines
Open

Yan Zhou | Oct2025-1 | Tools | Sprint 2 | Shell Pipelines#4
yanzhou-git wants to merge 3 commits into
mainfrom
shell-pipelines

Conversation

@yanzhou-git

Copy link
Copy Markdown
Owner

✅ Self-Checklist (applied to Bash commands)
I understood how each command works on files and streams.
I tested my pipelines locally before combining commands.
I used quoting correctly (single ' vs double " for patterns).
I applied filters and transformations with grep, cut, tr.
I verified numeric sorting and counting with sort -n, uniq -c.
I combined commands in pipelines (|) safely.
I formatted output clearly for human-readable results.

🔄 Changelist
Extracted lines or fields with grep and cut.
Sorted data alphabetically or numerically with sort.
Removed duplicates and counted occurrences using uniq -c.
Selected specific lines using head and tail.
Replaced or swapped characters with tr.
Combined commands into pipelines for complex processing.
Produced clean, clear outputs without extra text or formatting issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant