Search Results

Search: Posts Made By: grep_me
2,892
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,816
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,816
Posted By vistastar
‘$@' means all position parameters, which include...
‘$@' means all position parameters, which include noai.
2,946
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. ...
8,055
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...
Showing results 1 to 5 of 5

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