Search Results

Search: Posts Made By: walnut
11,115
Posted By walnut
need help with execl command
I want to make simultanous sh commands in an exec command

for example I want to counts the lines in a file

wc -l my file.txt | awk -F" " '{print $1}'` works fine in sh but I want to implement...
1,720
Posted By walnut
please help quickly..
I want to pass arguments to a sh program and I want to use these arguments in the program as variables?

Will I use argc and argv in a main function can anyone around me write the full code please...
2,174
Posted By walnut
accessing o an exact line in a file
I want to access exact line in a file (sh script)

for example I have a variable input and I want to access input.th line in file. for example line 5 or 7.
18,362
Posted By walnut
hot to assign output to a variable
I want to assign a comment to a veriable
for example my program
head -1 myfile
I want to assıgn output to a variable
4,769
Posted By walnut
parsing xml
I want to use wget comment to parse an xml parse that exist in an online website. How can I connect it using shell script through Unix and how can I parse it??
1,771
Posted By walnut
still need help
yes I tried manuel but i am new at unix. can you help me again?

thanks for your advice I will look at man again but stil I need help..
1,771
Posted By walnut
plase help again..
Thank you!

and also need to detect which of them are bigger than 10 Mb and i want the write the fullpath of the all files bigger than 10 MB to a text file.

please help..
1,771
Posted By walnut
please help me
i want search the currently working directory and all its sub-directories for all the files with the .dat extension
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 03:45 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy