7 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
Hi,
I am looking for a solution to find files in a folder and subfolders.
Those files should be moved (some with spaces) when they were between 2015 Feb. 03 and 2014 Nov. 24.
find . -type f -newermt "2010-01-01" ! -newermt "2010-06-01"
I am working on a QNAP with a small busybox.... (2 Replies)
Discussion started by: krischeu
2 Replies
2. Shell Programming and Scripting
Hi,
I'm trying to write shell scripts on busybox bash on windows and grep is not working for simple regular expression like
$ grep FEN *
bash: grep: Invalid argument
but the same grep works fine if use the single file instead of asterisk
$ grep FEN test
$
Am I doing something... (5 Replies)
Discussion started by: prvnrk
5 Replies
3. Shell Programming and Scripting
Hi All,
I have a script that I wrote on a bash shell, I use it to sort files from a directory into various other directories. I have an variable set, which is an array of strings, I then check each file against the array and if it is in there the script sorts it into the correct folder.
But... (5 Replies)
Discussion started by: sgtbobie
5 Replies
4. Solaris
Hi, Hoping someone out there has seen this before.
My backup/restore operation failed when my system ran out of memory
Restore operation failed
Setting ZFS Boot Environment to rootpool
cannot set property for 'rootpool': out of space
Installing GRUB Boot Loader into the first disk
stage1... (2 Replies)
Discussion started by: A-Train
2 Replies
5. Ubuntu
This is the mistake that i've done :
First of all go to /etc/apt/sources.list folder from terminal or using file manager ...
than copy the content of sources.list in to your adequate source.list.
Create a file named sources.list.bt and paste the same content
In the end open the... (0 Replies)
Discussion started by: dud3
0 Replies
6. Ubuntu
Hi Friends,
I have one old dell desktop with windows 2000 pro..it has 20 g hard drive and 1 gb ram. I update it with Ubuntu 10.04 desktop edition. when everything was installed. it wanted me to restart the computer before i can use it. when i restart there was an ubuntu error request : I/O... (2 Replies)
Discussion started by: Learnerabc
2 Replies
7. Shell Programming and Scripting
Hi,
Does anybody know how to enable the shell sh while creating Ramdisk fs using BusyBox? while creating a configuration using the GUI, I see options only for the ash shell. Is there some option in the config file that gets created with which I can enable the sh shell also apart from the ash... (0 Replies)
Discussion started by: jake24
0 Replies