Search Results

Search: Posts Made By: grep_me
8,083
Posted By cbkihong
The bless() function turns a vanilla reference...
The bless() function turns a vanilla reference (that can be virtually any type of reference, although hash reference is used most of the time) into an object. Without bless(), you are not doing...
2,911
Posted By aster007
This can be divided into 2 parts export...
This can be divided into 2 parts

export ROWSTOLOAD=${ROWSTOLOAD:--100}If "ROWSTOLOAD" is defined then
export ROWSTOLOAD=${ROWSTOLOAD}else set it to
export ROWSTOLOAD=-100 In general if a...
2,863
Posted By vistastar
‘$@' means all position parameters, which include...
‘$@' means all position parameters, which include noai.
2,863
Posted By ctsgnb
alias l1='ls -1' alias ll='ls -l' alias...
alias l1='ls -1'
alias ll='ls -l'
alias la='ls -altr'
alias l='ls -ltr'
alias ml='m_ls -ltr'
2,971
Posted By citaylor
Can you tell us which O/S this is, and what...
Can you tell us which O/S this is, and what terminal definition you are using ? Some Solaris have issues with wide terminal settings for example. Also some terminals do not support > 132 columns. ...
Showing results 1 to 5 of 5

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