Questions tagged [system-programming]

All questions regarding programming, tweaking and configuring of Unix & Linux core system as a whole or a sub-set of it.

Any and all questions regarding changing, enhancing, optimizing, configuring the system, either in shell scripts or in other languages like C, Java, Python, etc.

It also includes queries regarding sources and their reliabilities.

48 questions
7
votes
2 answers

Online course that covers Unix/Linux Systems programming

I am looking for an online course, something similar to the Berkely and Stanford Courses that covers Linux systems programming. A course which could use Stevens ( with some supplemental material covering linux idiosyncracies ) as the text (…
-1
votes
2 answers

How can I save output of my script to different directory in txt or pdf format

`clear echo "testing calc" date echo -e "======================================" yc1=0 yc2=0 yc3=0 lol=0 tnd=0 lno=0 c1=0 c1b=0 c2=0 c2b=0 c3=0 c3b=0 bb=12 wt=100 con=768 rip=0 sw=0 echo "" echo "" echo -n "Please Enter Lot no. = " read…