Search Results

Search: Posts Made By: Ghassen
1,069
Posted By Ghassen
Thank you both for your answers !
Thank you both for your answers !
1,069
Posted By Ghassen
While read
Hello from Paris,

Here is a script that i wrote. I nammed this script sum.sh :

#! /bin/bash

sum=0
cat $1 | while read line
do
#set $line
sum=`expr $sum + 1`
done
echo $sum When I...
Showing results 1 to 2 of 2

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