Search Results

Search: Posts Made By: dunryc
1,829
Posted By RudiC
Try find . -type d -name "*([0-9]*)" | while read...
Try find . -type d -name "*([0-9]*)" | while read FN; do echo mv $FN ${FN%([0-9]*)}; doneThis doesn't check for three digits but allows for anything after the first digit; this may need some...
1,612
Posted By RudiC
Trying heavily to infer your request from the...
Trying heavily to infer your request from the fragments of orthography that you posted, and presuming a grep with the -A option, I came up with date +"%H%MX" | sort - file | grep -A1 X | tail -1...
2,772
Posted By Corona688
They use javascript, form variables, and cookies...
They use javascript, form variables, and cookies in combination. Does not look straightforward.
Showing results 1 to 3 of 3

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