Search Results

Search: Posts Made By: murtaza
2,612
Posted By murtaza
Thanks for interest but i do not want to use the...
Thanks for interest but i do not want to use the sed, awk and perl commands.

Thanks,
20,681
Posted By murtaza
Can I read a file character by character?
Hello all respected people,
Can i read a file character by character without using sed,awk and perl commands.

Thanks in advance.
2,612
Posted By murtaza
Thank u very much for giving me a nice simple...
Thank u very much for giving me a nice simple solution. But can you give me the hint for the outputf format. e.g
$HOME
.........aaa
...............aaa1
................aaa2...
2,612
Posted By murtaza
Need help in Directory Structure
I have writen the following code to show the dirctory structure. Can any body help me for using the recursive function in this code?

echo "-(0)"
echo "$HOME-(1)"

cd ~
set *

for i in `ls ...
7,196
Posted By murtaza
Thank u very much for the reply. Can u tell me...
Thank u very much for the reply. Can u tell me the concept of $?. Thanks once again for great help because I was doing effort for last one day.
7,196
Posted By murtaza
Help Help Help in recursion
Hello every body. I am trying to find the factorial using the following code. But it is giving the syntax error. I tried very much but in vain. Thanks in advance for helping me

factorial()
{
if...
7,196
Posted By murtaza
factorial using recursive function?
Hello every body. I am trying to find the factorial using the following code. But it is giving the syntax error. I tried very much but in vain. Thanks in advance for helping me

factorial()
{
...
7,408
Posted By murtaza
sorry i have only bash. and ur given command are...
sorry i have only bash. and ur given command are not working on bash and giving same error. Thanks
Please tell me the solution for the bash if u have. Thanks for reply again in advance
7,408
Posted By murtaza
Thank u for reply. Can u tell me the concept...
Thank u for reply. Can u tell me the concept about the set * command?
7,408
Posted By murtaza
I just want the result for ls command to array....
I just want the result for ls command to array. Thanks for interest

ds: line 4: set: -A: invalid option
set: usage: set [--abefhkmnptuvxBCHP] [-o option] [arg ...]
7,408
Posted By murtaza
Thanks for reply but this command is giving an...
Thanks for reply but this command is giving an error.
7,408
Posted By murtaza
Can I assign the contents of file into an array?
I am trying to assign the contents of file e.g

ls "$HOME"

into an array. If it is possible then please guide me without using the concept of awk,sed, and perl16

Thanks
4,918
Posted By murtaza
how to write the modified value into file (again that position from where i picked)
thank u very much for the reply. Now i was trying to modify the record. I can access the specific field to modify according to ur told method but how can i write again the modified value into the...
4,918
Posted By murtaza
Thank u very much for solving my problem. Can u...
Thank u very much for solving my problem. Can u tell me the concept of IFS and what is the order of running this command? I have read about the pipe line symbor. This type of command start processing...
4,918
Posted By murtaza
Following is the data of my Addressbook ...
Following is the data of my Addressbook

NAME | TELEFONE | ADDRESS
---- | -------- | -------
Shujata | ...
4,918
Posted By murtaza
Thank u very much for reply. I am using three...
Thank u very much for reply. I am using three column name in my address book file 'name', 'phone','address'. let suppose i search by name then it display the whole line including name, phone and...
4,918
Posted By murtaza
e.g i am using three column name in my address...
e.g i am using three column name in my address book file 'name', 'phone','address'. let suppose i search by name then it display the whole line including name, phone and address of that name. If i...
4,918
Posted By murtaza
Because i am doing some practice of using shell...
Because i am doing some practice of using shell script commands without sed, awk, perl
4,918
Posted By murtaza
Thank u very much for giving me reply. As u know...
Thank u very much for giving me reply. As u know that the grep find out the whole lines where text match. How can I access the only column single value not a whole row of the file.
Thanks
4,918
Posted By murtaza
sorry for wrong statement and pls correct it now
Sorry for the statement, i had to write without sed and awk. Please tell me the solution without sed and awk
4,918
Posted By murtaza
Sorry for the statement, i had to write without...
Sorry for the statement, i had to write without sed and awk. Please tell me the solution without sed and awk
4,918
Posted By murtaza
Help: deletion of record (without sed, awk, perl)
I have created a address book file. Insertion of Record (using >> symbol)and searching of record (using grep command) into the address book is also working correctly. Now I want to delete a record...
10,530
Posted By murtaza
Help for record (2 dimensional array.)
I am going to develop a address book using the shell scripting commands without sed, awk, .... I am thinking to apply the concept of 2 dimenstional array. Can I create a two dimensional array for the...
29,394
Posted By murtaza
Problem: using * wildcard with if statement
Hello every body:
I am trying to use the * wildcard with if statement by this way
if [[ $fullname =~ *[0-9]* ]].
Can any body help me that how can use * with in the ifstatement?
Thanks in advance
29,394
Posted By murtaza
hello brother! can we use the * wildcard with if...
hello brother! can we use the * wildcard with if and if yes then how?
Showing results 1 to 25 of 31

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