Search Results

Search: Posts Made By: saluja.deepak
1,496
Posted By ahamed101
/user/ahamed/login $ echo "10.11 -11.00" | nawk...
/user/ahamed/login $ echo "10.11 -11.00" | nawk '{ printf("%0.2f\n", $1 + $2)}'
-0.89
--ahamed
4,410
Posted By jayan_jay
$ a=10.02 $ pattern=-11.01 $ echo $pattern +...
$ a=10.02
$ pattern=-11.01
$ echo $pattern + $a | bc
-.99
$ echo $pattern \* $a | bc
-110.33
$


---------- Post updated at 03:17 PM ---------- Previous update was at 03:15 PM ----------

...
1,851
Posted By jayan_jay
$ grep -i 'deep' filename | sed '1d'
$ grep -i 'deep' filename | sed '1d'
2,501
Posted By yazu
man uniq But you have to sort the file before.
man uniq
But you have to sort the file before.
2,139
Posted By sulti
sed "s/.*@//g" inputfile
sed "s/.*@//g" inputfile
29,550
Posted By jim mcnamara
atime == last time file was read, usually you...
atime == last time file was read, usually you want mtime which is what ls -l shows.


find /ons/sam/ -name 'DS*' -mtime -2


Note: this gives you files less than 48 hours old. If you meant...
Showing results 1 to 6 of 6

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