Search Results

Search: Posts Made By: cfg
10,316
Posted By cfg
thank you
thank to your help I could solve my problem
10,316
Posted By cfg
I still have a problem
I still have a problem with my script.
I have the following file tt

m.cc
mA.c.*.l
mm.
mmmmAZETY
moreAs
mriouzoepi.dfgr

and I would like that only
m.cc
mm.
mriouzoepi.dfgr

are...
10,316
Posted By cfg
using grep and to remove all word with uppercase
I try to write a small script that looks in the file tt for all the words that start with m in lowercase and in which there is no uppercase.

#!/bin/sh
grep ^m\.*\.[^A-Z]\.* tt
20,450
Posted By cfg
addition in sh shell
I have to create un counter and I am unable to do an additition:

#!/bin/sh
count=$1
while [[ $count -le 10]]
do
echo $count
$count=$count+$1
done
Showing results 1 to 4 of 4

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