Search Results

Search: Posts Made By: kamakshi s
13,941
Posted By kamakshi s
Thanks for the useful link, I usually call...
Thanks for the useful link,

I usually call 'expert' when they have more knowledge then me in any field.
:)
13,941
Posted By kamakshi s
Difference between hard link and soft link
Hi Experts,

Please help me out to find out difference between a hard link and a soft link.
I am new in unix plz help me with some example commands ( for creating such links).


Regards ...
6,709
Posted By kamakshi s
script for separating numbers and words in a file.
Hello,

Please correct me if i am wrong,

#! /bin/bash

FILE1="$1"
FILE2="$2"
FILE3="$3"

sed 's/[0-9]//g' $FILE1 > $FILE2
sed 's/[a-zA-Z]//g' $FILE1 > $FILE3


This is the script where...
4,160
Posted By kamakshi s
how to separate numbers and words from a file using shell scripts
Hi,

How to separate numbers and words(with full alphabets) in a particular file and store it in two different files.

Please help me out for this.Using shell scripting.


:confused::confused:
1,523
Posted By kamakshi s
just try, but not sure
hi.. try this


for condition
do
--
--
done > file_name
1,523
Posted By kamakshi s
How to read the content of file using shell scripts
Hello,

I am new bee for unix, plz help me out for reading the content of file.
using shell scripts.
6,709
Posted By kamakshi s
To read and separate number and words in file and store to two new file using shell
hi,
I am a begginer in unix and i want to know how to open a file and read it and separate the numbers & words and storing it in separate files, Using shell scripting.
Please help me out for this....
Showing results 1 to 7 of 7

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