Search Results

Search: Posts Made By: knowledge_gain
82,048
Posted By knowledge_gain
Thanks. The output is same as expected.
Thanks. The output is same as expected.
82,048
Posted By knowledge_gain
Using grep -o in linux, it gives the list...
Using grep -o in linux, it gives the list wherever the pattern appears. The file
input_file has "Hello World
Hi Hello Hello Hello
Hello
Bye
"
for eg: grep -o "Hello" input_file
Hello
Hello...
Forum: Programming 06-18-2007
37,252
Posted By knowledge_gain
No.
i don't want to check in a loop using isdigit. need something simple.
Forum: Programming 06-18-2007
37,252
Posted By knowledge_gain
check the given string is numeric or not.
Hi,

how to check the given string is numeric or not , without converting ( using strtol...).

for ex: if string is C01 - non-numeric data
if string is 001 - numeric data

TIA
11,372
Posted By knowledge_gain
cd dir1 for file_name in `ls *.a` do ln -s...
cd dir1
for file_name in `ls *.a`
do
ln -s $file_name dir2/$file_name
done
4,027
Posted By knowledge_gain
How to do in HP-UNIX and SCO?.
How to do in HP-UNIX and SCO?.
Showing results 1 to 6 of 6

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