我想用shell脚本打印一个文件夹的结构。所以它看起来就像这样
File : linux -3.14/COPYING
File : linux -3.14/CREDITS
Directory : linux -3.14/Documentation
File : linux -3.14/Documentation/00 - INDEX
Directory : linux -3.14/Documentation/ABI
File : linux -3.14/Documentation/ABI/README
这是我的脚本。问题是它会打印出当前目录的所有
我正在Linux上工作,有一个文件夹,它包含许多子目录。我需要删除所有的子目录有一个相同的名字。例如,
dir
|---subdir1
|---subdir2
| |-----subdir1
|---file
我想删除所有的subdir1。这是我的剧本:
find dir -type d -name "subdir1" | while read directory ; do
rm -rf $directory
done
然而,我执行它,但似乎什么都没有发生。
我也尝试过find dir -type d "subdir1" -delete,
我无法在Ubuntu服务器上安装docker。
错误:
1.Failed to fetch https://download.docker.com/linux/ubuntu/dists/xenial/InRelease Unable to find expected entry 'stable/source/Sources' in Release file (Wrong sources.list entry or malformed file)
2.Failed to fetch http://ppa.launchpad.net/spring/ppa/ubuntu/dists/
我已经实现了各种方法,但是每次运行android时都会出现错误。如果删除path_provier_macos文件夹,就会出现一个linux错误。您目前正在使用path_provier:^1.6.11。降低path_provier版本是一样的。请告诉我解决办法。
Launching lib/main.dart on Android SDK built for x86 in debug mode...
Running Gradle task 'assembleDebug'...
FAILURE: Build failed with an exception.
* What we
出于测试目的,我创建了以下目录。
user@linux:~$ mkdir dir0{1..3}
user@linux:~$ ls -l
total 12K
drwxr-xr-x 2 user user 4.0K Mei 31 10:45 dir01
drwxr-xr-x 2 user user 4.0K Mei 31 10:45 dir02
drwxr-xr-x 2 user user 4.0K Mei 31 10:45 dir03
user@linux:~$
然后,我用find -exec删除了它
user@linux:~$ find -type d -exec rmdir {}
我已经打电话给apt-get purge来卸载旧内核。但是在清除过程中发生了一些错误,导致文件夹被留下。它说文件夹不是空的,所以不能删除。要释放磁盘空间,可以手动删除已清除的文件夹吗?
1.1M ./4.15.0-20-generic
60M ./4.15.0-32-generic <-- I've purged this
60M ./4.15.0-30-generic <-- and this
236M ./4.15.0-33-generic <-- this is my current one
我也可以移除其中一些包吗?
un lin
目前,我正在使用linux(Fedora 15),我将尝试在整个文件系统中搜索一个文件夹,如下所示
find / -name "apache-tomcat*"
执行上述命令所花费的时间越来越长,用户无法等待,结果如下所示
[root@user fedrik]# find / -name "apache-tomcat*"
find: `/proc/6236/task/6236/ns/net': No such file or directory
find: `/proc/6236/task/6236/ns/uts': No such file or