Skip to content

gdvtramarao/TCS-Xplore-UNIX-Hands-On

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🐧 TCS Xplore UNIX Hands-On 2025 – Complete Solutions

Welcome to the repository containing TCS Xplore UNIX Hands-On solutions for the 2025 batch.
This repo provides cleaned, reformatted, and commented command-line solutions to help you learn better and faster.


πŸ“ Important

⚠️ Credit:
Many of the base problems were sourced and adapted from this website:
πŸ‘‰ kumarweb28.wixsite.com/kumarweb/unixhands-1
We do not claim original ownership of these problems β€” this repo is purely for educational enhancement and improved readability.


πŸ“¦ What's Inside

# Hands-On Topic Key Concepts
1 Count Word Occurrence (case-insens.) grep, wc
2 Word Count from First 3 Lines head, wc
3 Sum of Even Numbers from Input read, awk, conditionals
4 Get Name with Highest Score sort, awk, head, delimiters
5 Count Employees Below Avg Salary awk, FS, conditional filtering

➑ Each file includes:

  • βœ… Input/Output Format
  • βœ… Functional Shell/AWK/Bash Commands
  • βœ… Structured Logic with Comments
  • βœ… Enhanced for Practical Understanding

πŸ›  How to Run

# Clone the repository
git clone https://github.com/yourusername/unix-hands-on-tcs-xplore.git
cd unix-hands-on-tcs-xplore

# Copy and paste any solution into your UNIX/Linux terminal and run

Let me know if you want this converted into an actual file or want help setting up GitHub repo structure (.sh files, LICENSE, etc.).


About

πŸ–₯️ UNIX Hands-On Questions from TCS Xplore πŸš€ | Includes word count, grep, awk, sort & salary average calculations using real shell scripting πŸ”πŸ“. All questions solved and ready to run on a terminal! 🎯

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors