Search Results

Search: Posts Made By: goltek
Forum: UNIX and Linux Applications 01-26-2010
2,357
Posted By goltek
you are welcome
you are welcome
Forum: UNIX and Linux Applications 01-26-2010
2,357
Posted By goltek
1.You have space between temp1 variable and =...
1.You have space between temp1 variable and = sign.
2. You need define temp1 as an integer: typeset -i temp1=0
3. you need space between 0 and ]
Code below:

#!/bin/ksh
typeset -i temp1=0...
Forum: Solaris 01-26-2010
25,071
Posted By goltek
copy all word doc. vi new_file.txt change to...
copy all word doc.
vi new_file.txt
change to insert mode (press i), insert copied text (which in the memory).
It should work.
2,216
Posted By goltek
# capture today date sys_year=`date +'%Y'` ...
# capture today date
sys_year=`date +'%Y'`
sys_month=`date +'%m'`
sys_day=`date +'%d'`

grep original_$sys_year.$sys_month.$sys_day
Showing results 1 to 4 of 4

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