Enter Keywords:
1 - 8 of 8(0.001 seconds)
Sort By:
 
How can I put the following tru64 unix command in an if statement: ls -l | grep -c "^-.*" such as: if (ls -l | grep -c "^-.*" == 0) exit
Zones: Unix Setup, Tru64...Date Answered: 09/15/2008 Rating: 9.3 Views: 0
Can someone explain me this little piece of code in C for a Unix system?? if (fork() == 0) {             execvp(orden, parametros_t);             perror(" orden externa ");             exit(0);       }       wait(0);
Zones: C, Signal Processing, Unix Systems Prog...Date Answered: 05/18/2007 Rating: 9.8 Views: 0
How do I write a very simple unix like shell in C ? Thanks!
Zones: CDate Answered: 09/15/2003 Rating: 8.9 Views: 78
Hi, In a unix c shell script i want to run a count sql through sqlplus and read the resulting number into a variable in the shell program.  What would be the syntax for this? (I think to thos...
Zones: Oracle 3rd Party ToolsDate Answered: 12/03/2004 Rating: 7.4 Views: 0
i have to parse , and ftp some files, the number of files is unknown but their names are like *afc*, before starting to work, i want to check if these files exists, and their permisions on the uni...
Zones: Solaris Unix, C, She...Date Answered: 04/24/2009 Rating: 9.7 Views: 0
I need to query a remote mySQL db - I'd like to do it with c shell but any shell scripting is fine. Only need to learn this for this one function so I hate to study up, your help is appreciated. ...
Zones: Shell Scripting, ...Date Answered: 08/06/2009 Rating: 9.2 Views: 0
Hi, I am new to unix and need some help setting up my C Shell environment. Can someone please help? I dont know where to begin... When I login, I am automatically put in the root direct...
Zones: Unix Setup, Unix Syst...Date Asked: 10/07/2009 Points: 500 Comments: 14
we will start a new project. there will be 3 main steps. 1] collect raw data from a remote pc (ftp,sftp,ssh)(data to xml) 2] parse the data(xml to csv) 3] load the data to database oracle (sql ...
Zones: C, Solaris Unix, She...Date Asked: 04/27/2009 Points: 500 Comments: 5
 
  • 1