Search Results

Search: Posts Made By: vas28r13
1,300
Posted By yazu
You can use usual string sort for dates in this...
You can use usual string sort for dates in this format. But if you want extract them use this perl regex:
echo 'the date is in the form of "2010-05-24T09:48:55-04"' |
perl -lne...
2,066
Posted By shamrock
If the string is always the same then try this......
If the string is always the same then try this...
sort -k3,3 -k7,7 file
2,066
Posted By bartus11
This will sort the filenames in ascending order...
This will sort the filenames in ascending order by date in first line: perl -nlae '$F[2]=~s/-//g;$h{$ARGV}=$F[2] if $.==1;$.=0 if eof;END{$,="\n";print sort {$h{$a}<=>$h{$b}} keys %h}' *
1,488
Posted By pludi
You mean it's getting highlighted in the editor?...
You mean it's getting highlighted in the editor? If so, that's not a problem, it's just a visual aid by the editor to help you discern functions, variables, ... None of these highlights get saved...
5,198
Posted By Nitrodist
In windows, it's found under your System...
In windows, it's found under your System Properties, in the Advanced tab, in the button 'Environment Variables' button.

On Unix, it's defined usually in the /etc/environment file and subsequent...
5,198
Posted By Nitrodist
Are you sure that that 'path' variable is...
Are you sure that that 'path' variable is supposed to be set as an array?
Forum: Web Development 07-20-2011
1,744
Posted By pludi
Let's start with you entering an address in the...
Let's start with you entering an address in the browser, for example https://www.unix.com/web-programming/. This is called an URL...
Forum: Web Development 07-20-2011
1,744
Posted By z1dane
Hello vas28r13, In regards to hosting a...
Hello vas28r13,

In regards to hosting a website on your laptop, this can be done. Each computer connected to the internet has an IP address e.g. 72.14.203.103. If you set up some web server on...
1,301
Posted By bartus11
Try: grep -n "$variable"'$' ./file.txt
Try: grep -n "$variable"'$' ./file.txt
1,718
Posted By Corona688
Thank you. I don't think this proprietary,...
Thank you.

I don't think this proprietary, eccentric, Windows implementation of the eccentric C shell supports history in that manner. Its manual page...
Showing results 1 to 10 of 10

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