Search Results

Search: Posts Made By: Leion
Forum: Programming 07-25-2010
2,772
Posted By Corona688
It doesn't matter whether your program is 64 or...
It doesn't matter whether your program is 64 or 32 bits, the C compiler does pointer arithmetic the same way in either.

It even handles the size for you, so that if you have a pointer to, say,...
Forum: Programming 07-01-2010
1,587
Posted By jim mcnamara
Use the file command file myprogram
Use the file command


file myprogram
2,681
Posted By Scrutinizer
You could combine like so for instance: ls |...
You could combine like so for instance:
ls | egrep -v "Current$|$(ls -l Current | awk '{print $NF}')$"
The $ character is important to make sure that the patterns the grep matches are at the end of...
Showing results 1 to 3 of 3

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