Search : in
By :

Vertical bar with rm

Last answer on Nov 9, 2009 9:35:20 am GMT logan, on Nov 9, 2009 1:04:57 am GMT 
 Report this message to moderators

Hello,

1. I want to remove everything except test dirctory, why the following command don't work:
ls |grep -v test |rm -fr

2. According to manual, vertical bar get current program result and add it into the last position of next command, how to make the result into mid of next command, is there any auto variable can use?

Configuration: Windows XP Internet Explorer 7.0

Best answers for « vertical bar with rm » in :
Favicon]having the icon of your site in the address bar Show [Favicon]having the icon of your site in the address bar To create an animated favicon or generate an ICO file Putting favicon online Notes You have probably noticed the presence of an icon to the left of the URL into the address...
Docked the language bar in the taskbar Show Docked the language bar in the taskbar Below is a tip of how to display the language bar in the taskbar. Go to menu Start Go to Control Panel and select Clock, language and region Select Regional Languages and...
Centering vertically a web page Show Centering vertically a web page e .js file e .html file Centering vertically a web page; consider it as a waste time trying to achieve it with CSS. The most practical solution is to use JavaScript. e .js file Copy/paste the...
[Windows 7] Adding menu bar in Explorer Show[Windows 7] Adding menu bar in Explorer Having the menu bar in the explorer The menu bar is hidden by default in Windows Explorer 7, menus such as: File, Edit, View, etc. ... no longer appear in Windows Explorer. To simply put it...
Error loading C:\PROGRA~1\MYWEBS~1\bar\5.bin\M3PLUGIN>DLL ShowError loading C:\PROGRA~1\MYWEBS~1\bar\5.bin\M3PLUGIN>DLL Issue Solution Note Issue I need help for error Error loading C:\PROGRA~1\MYWEBS~1\bar\5.bin\M3PLUGIN>DLL Solution To solve: Please click on Start, Click on Run and type the...
Adding a progress bar to powerpoint presentation ShowAdding a progress bar to powerpoint presentation How to proceed To view the progress of a power point presentation, a progress bar can be displayed at the bottom of the slide show. How to proceed Once the slideshow done, go to...
Download Taskbar Repair Tool Plus! ShowTaskbar Repair Tool Plus! an only valid software for Windows XP is. He allows you to personalize the task bar, the zone of notification and the bar of quick launching. In spite of the making that it is in English, its interface is clear and...
Worksheet - Cells ShowThe Concept of a Cell A "cell" is the intersection between a line (horizontal) and a column (vertical) on a worksheet. Thus, the name of the line combined with the name of the column gives the cell's coordinates (the term address is sometimes also...
Error checking ShowError checking Binary encoding is very practical for use in electronic devices such as computers, in which information can be encoded based on whether an electrical signal is present or not. However, this electrical signal may suffer disturbances...
The Windows User Interface ShowThe Taskbar The Windows 9x user interface (9x refers to Windows 95 and Windows 98 together) is characterised by a bar at the bottom of your screen (it may be moved to another edge by left-mouse-clicking on it and dragging it to the desired edge...

1

 jipicy, on Nov 9, 2009 9:35:20 am GMT

Hi,

ls |grep -v test |xargs rm -fr 

$ man woman
Il n'y a pas de page de manuel pour woman.

Reply to jipicy