Search Results

Search: Posts Made By: turbofayce
19,019
Posted By methyl
In future posts please mention that you are on a...
In future posts please mention that you are on a MAC and the version of MACOS. If not you may get solutions which do not run on your computer.



The MSDOS pipeline is pretty much the same as the...
19,019
Posted By methyl
What Operating System are you running? What...
What Operating System are you running?
What Shell are you using?

Scrutinizer has quite correctly posted code using the unix "diff" program which is common to all unix versions.
The "diff"...
10,008
Posted By cfajohnson
Why use grep? It may give a lot more than the...
Why use grep? It may give a lot more than the value of IFS:


$ set | grep IFS
DIFS=$' \t\n'
IFS=$' \t\n'
oldIFS=$' \t\n'
oldIFS=$IFS;
IFS=" -./";
IFS=$oldIFS;
IFS=:;
...
22,203
Posted By ksailesh
u can debug unix scripts using ksh -vx <filename>...
u can debug unix scripts using ksh -vx <filename> , using echo statements and creating log files
2,866
Posted By adderek
1. You could use debuggers to debug a script -...
1. You could use debuggers to debug a script - there are some available
2. If you are trying to understand a script then this is not debugging it - unless someone created it correctly (indentation,...
19,019
Posted By Scrutinizer
In bash/ksh93: diff <(ls -l) <(ls -le)
In bash/ksh93:
diff <(ls -l) <(ls -le)
Showing results 1 to 6 of 6

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