Search Results

Search: Posts Made By: gautam.shrestha
2,825
Posted By gautam.shrestha
Thanks fpmurphy for the clarification.
Thanks fpmurphy for the clarification.
2,825
Posted By gautam.shrestha
Need help on ksh
1. Script using bash
#!/bin/bash
a=4294967296
(( b=$a / 2 ))
echo "$a"
echo "$b"

*** output ***
4294967296
2147483648

2. Script using ksh
#!/bin/ksh
a=4294967296
(( b=$a / 2 ))...
Showing results 1 to 2 of 2

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