9 More Discussions You Might Find Interesting
1. Programming
Hello world,
I thought this might be a great start to help me with an assignment I have that requires me to write an assembly program that mimics a 32 bit Linux command shell:
When launched, your program will perform the following steps in a loop:
1. Print a prompt, specifically “$ “... (1 Reply)
Discussion started by: turtle13
1 Replies
2. Shell Programming and Scripting
Hi ,
I have data as below in a text file
{
'AAA' => {
'A1' => 'a1 comment',
'A2' => 'a2 comment'
},
'BBB' => {
'B1' => 'b1 comment'
},
'CCC' => {
'C1' => 'c1 comment',
'C2' => 'c2 comment',
'C3' => 'c3 comment'
'C4' => 'c4... (2 Replies)
Discussion started by: vivek d r
2 Replies
3. UNIX for Dummies Questions & Answers
Hi,
Also posted in other forum.
I have an application that I wrote in C using the GTK toolkit that runs on the Linux system.
I have a shell script than when run executes two terminals to open a client and server application.
I would like to know more on how to create custom start-up... (2 Replies)
Discussion started by: fedora18
2 Replies
4. Shell Programming and Scripting
I am having a hard time wrapping my head around implementing top and ps in a custom shell.
What I have is a shell that allows you to do basic commands as you would in a regular bash shell, but when I do the ps command, it gives me all of the processes within my regular bash shell rather than my... (2 Replies)
Discussion started by: Ziun
2 Replies
5. Shell Programming and Scripting
I have a jump off server, which grants SSH access to a few other servers.
I would like to create a custom shell which can be assigned to specific user accounts which runs a menu script upon login, where they can select which server they want to jump too, however should they hit ctrl-c or any... (1 Reply)
Discussion started by: JayC89
1 Replies
6. Shell Programming and Scripting
Hi, This may be a silly question. I have been searching for a while on this.
How can I create a custom unix command using C (a command similar to 'echo'). (1 Reply)
Discussion started by: tinufarid
1 Replies
7. UNIX for Dummies Questions & Answers
If you are interested in a set of utilities designed for reporting solutions within the shell, check out CRUSH on Google code.
crush-tools - Project Hosting on Google Code (0 Replies)
Discussion started by: watingo
0 Replies
8. Shell Programming and Scripting
hi all
how to create and remove desktop icons or icons from shell scripts? (1 Reply)
Discussion started by: kkpal
1 Replies
9. UNIX Desktop Questions & Answers
I am a bash shell programmer and I create programs on occasional basis.
Now, I dont want my programs to be run by typing out its name at a command line. I want to make it as user friendly as possible. I want to create icons on the desktop so users can click on it. mind you, I said "desktop... (7 Replies)
Discussion started by: TRUEST
7 Replies